Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jan 17, 2025
1 parent 1a07187 commit 2e0a173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,19 @@ jobs:
run: opam exec -- dune runtest

- name: Run Bonsai tests
if: {{ matrix.all_jane_street_tests && matrix.os != 'windows-latest' }}
if: ${{ matrix.all_jane_street_tests && matrix.os != 'windows-latest' }}
continue-on-error: ${{ matrix.os == 'windows-latest' }}
working-directory: ./janestreet/lib/bonsai_test
run: opam exec -- dune runtest

- name: Run Bonsai web tests
if: {{ matrix.all_jane_street_tests && matrix.os != 'windows-latest' }}
if: ${{ matrix.all_jane_street_tests && matrix.os != 'windows-latest' }}
continue-on-error: ${{ matrix.os == 'windows-latest' }}
working-directory: ./janestreet/lib/bonsai_web_test
run: opam exec -- dune runtest

- name: Run Bonsai web components' tests
if: {{ matrix.all_jane_street_tests && matrix.os != 'windows-latest' }}
if: ${{ matrix.all_jane_street_tests && matrix.os != 'windows-latest' }}
continue-on-error: ${{ matrix.os == 'windows-latest' }}
working-directory: ./janestreet/lib/bonsai_web_components
run: opam exec -- dune runtest
Expand Down

0 comments on commit 2e0a173

Please sign in to comment.