Skip to content

Commit

Permalink
Update common.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Haochen M. Kotoi-Xie <[email protected]>
  • Loading branch information
haochenx authored Nov 22, 2023
1 parent 5d691ae commit 02645cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
ocaml-version: ${{ matrix.ocaml-version }}
node-version: ${{ matrix.node-version }}
setup-command: "opam install --locked . -y --deps-only --with-test"
setup-command: "opam install --locked . -y --deps-only --with-test && (cd jsland && yarn install --frozen-lockfile)"
# Since `dune` was needed to run `yarn build`, they are also called here.
build-command:
"(dune build && cd jsland && yarn install --frozen-lockfile && yarn build)"
pr-report-test-result: ${{ matrix.ocaml-version == '5.1.0' }}
"(dune build && cd jsland && yarn build)"
pr-report-test-result: ${{ matrix.ocaml-version == '5.1.0' && matrix.node-version == 'hydrogen' }}

0 comments on commit 02645cf

Please sign in to comment.