mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
CI: disable attempting to build the rescript bindings
Temporarily until we can find how to fix it on Github. At the moment the error is impossible to reproduce locally... All the rest from french-law is still tested (wrappers and benches in OCaml, js and python)
This commit is contained in:
parent
391ecb679c
commit
6ce9a6542e
4
.github/workflows/harness.yml
vendored
4
.github/workflows/harness.yml
vendored
@ -135,8 +135,8 @@ jobs:
|
||||
- name: Build french-law
|
||||
run: |
|
||||
cd ~/french-law
|
||||
opam --cli=2.1 exec -- make dependencies
|
||||
opam --cli=2.1 exec -- make all
|
||||
opam --cli=2.1 exec -- make dependencies-ocaml dependencies-js dependencies-python
|
||||
opam --cli=2.1 exec -- make bench_ocaml bench_js bench_python
|
||||
- name: Gather all artifacts
|
||||
run: |
|
||||
cd
|
||||
|
Loading…
Reference in New Issue
Block a user