@@ -337,23 +337,23 @@ jobs:
337
337
if : runner.os == 'Windows'
338
338
run : node scripts/ciTest.js -mocha -theme -format
339
339
340
- - name : Build playground compiler
341
- if : matrix.build_playground
342
- run : |
343
- opam exec -- node packages/playground-bundling/scripts/generate_cmijs.js
344
- opam exec -- dune build --profile browser
345
- cp ./_build/default/jscomp/jsoo/jsoo_playground_main.bc.js playground/compiler.js
346
-
347
- - name : Test playground compiler
348
- if : matrix.build_playground
349
- run : node playground/playground_test.js
350
-
351
- - name : Upload playground compiler to CDN
352
- if : ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
353
- env :
354
- KEYCDN_USER : ${{ secrets.KEYCDN_USER }}
355
- KEYCDN_PASSWORD : ${{ secrets.KEYCDN_PASSWORD }}
356
- run : bash playground/upload_bundle.sh
340
+ # - name: Build playground compiler
341
+ # if: matrix.build_playground
342
+ # run: |
343
+ # opam exec -- node packages/playground-bundling/scripts/generate_cmijs.js
344
+ # opam exec -- dune build --profile browser
345
+ # cp ./_build/default/jscomp/jsoo/jsoo_playground_main.bc.js playground/compiler.js
346
+
347
+ # - name: Test playground compiler
348
+ # if: matrix.build_playground
349
+ # run: node playground/playground_test.js
350
+
351
+ # - name: Upload playground compiler to CDN
352
+ # if: ${{ matrix.build_playground && startsWith(github.ref, 'refs/tags/v') }}
353
+ # env:
354
+ # KEYCDN_USER: ${{ secrets.KEYCDN_USER }}
355
+ # KEYCDN_PASSWORD: ${{ secrets.KEYCDN_PASSWORD }}
356
+ # run: bash playground/upload_bundle.sh
357
357
358
358
- name : " Upload artifacts: binaries"
359
359
if : matrix.upload_binaries
0 commit comments