Skip to content

Commit

Permalink
fix: opam install melange-decoders.opam from root
Browse files Browse the repository at this point in the history
  • Loading branch information
actionshrimp committed Aug 18, 2023
1 parent 902edcc commit b80cd1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
opam pin -y -n melange-jest git+https://github.com/melange-community/melange-jest.git
opam pin -y -n melange-webapi git+https://github.com/melange-community/melange-webapi.git
- run: opam install js/melange-decoders.opam --deps-only --with-test
- run: opam install ./melange-decoders.opam --deps-only --with-test

- run: opam exec -- dune build
- run: opam exec -- dune build --root .
working-directory: js

- run: npx jest _build
working-directory: js

- run: opam install js/melange-decoders.opam
- run: opam install ./melange-decoders.opam

0 comments on commit b80cd1d

Please sign in to comment.