File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,10 @@ jobs:
101
101
uses : ocaml/setup-ocaml@v2
102
102
with :
103
103
ocaml-compiler : ${{ matrix.ocaml-compiler }}
104
- opam-pin : false
105
- opam-depext : false
106
- cache-prefix : v2
107
-
108
- - run : |
109
- opam pin -y -n melange-jest git+https://github.com/melange-community/melange-jest.git
110
- opam pin -y -n melange-webapi git+https://github.com/melange-community/melange-webapi.git
104
+ opam-depext-flags : --with-test
105
+ opam-local-packages : |
106
+ decoders.opam
107
+ melange-decoders.opam
111
108
112
- - run : opam install ./decoders.opam ./melange-decoders.opam --with-test
109
+ - run : opam exec -- dune build src-js
113
110
- run : npx jest _build/default/__tests__
Original file line number Diff line number Diff line change @@ -33,3 +33,8 @@ build: [
33
33
]
34
34
]
35
35
dev-repo: "git+https://github.com/mattjbray/ocaml-decoders.git"
36
+ pin-depends: [
37
+ "melange-jest.~dev" "git+https://github.com/melange-community/melange-jest.git"
38
+ "melange-fetch.~dev" "git+https://github.com/melange-community/melange-fetch.git"
39
+ "melange-webapi.~dev" "git+https://github.com/melange-community/melange-webapi.git"
40
+ ]
Original file line number Diff line number Diff line change
1
+ pin-depends: [
2
+ "melange-jest.~dev" "git+https://github.com/melange-community/melange-jest.git"
3
+ "melange-fetch.~dev" "git+https://github.com/melange-community/melange-fetch.git"
4
+ "melange-webapi.~dev" "git+https://github.com/melange-community/melange-webapi.git"
5
+ ]
You can’t perform that action at this time.
0 commit comments