Skip to content

Commit b95f232

Browse files
committed
disable playground compiler for now
1 parent 7fd0ab9 commit b95f232

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -337,23 +337,23 @@ jobs:
337337
if: runner.os == 'Windows'
338338
run: node scripts/ciTest.js -mocha -theme -format
339339

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
357357

358358
- name: "Upload artifacts: binaries"
359359
if: matrix.upload_binaries

0 commit comments

Comments
 (0)