mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
CI: Fix artifact source dir
This commit is contained in:
parent
c336a7bb62
commit
81eb7bf6d2
8
.github/workflows/harness.yml
vendored
8
.github/workflows/harness.yml
vendored
@ -50,11 +50,11 @@ jobs:
|
||||
image: ${{ needs.build.outputs.image }}
|
||||
options: --user ocaml
|
||||
steps:
|
||||
- name: Run tests
|
||||
run: cd /home/ocaml/catala && opam exec -- make tests
|
||||
- name: Check promoted files
|
||||
if: ${{ always() }}
|
||||
run: cd /home/ocaml/catala && opam exec -- make check-promoted
|
||||
- name: Run tests
|
||||
if: ${{ always() }}
|
||||
run: cd /home/ocaml/catala && opam exec -- make tests
|
||||
|
||||
examples:
|
||||
name: Build examples and generate artifacts
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Catala examples
|
||||
path: artifacts/*
|
||||
path: /home/ocaml/artifacts/*
|
||||
|
||||
binaries:
|
||||
name: Build static binaries
|
||||
|
@ -29,7 +29,8 @@
|
||||
(install
|
||||
(section bin)
|
||||
(package catala)
|
||||
(files (catala_web_interpreter.bc.js as catala_web_interpreter)))
|
||||
(files
|
||||
(catala_web_interpreter.bc.js as catala_web_interpreter)))
|
||||
|
||||
(executable
|
||||
(name tests)
|
||||
@ -39,7 +40,8 @@
|
||||
(install
|
||||
(section bin)
|
||||
(package catala)
|
||||
(files (catala.bc.js as catala.js)))
|
||||
(files
|
||||
(catala.bc.js as catala.js)))
|
||||
|
||||
(rule
|
||||
(target custom_linking.sexp)
|
||||
|
Loading…
Reference in New Issue
Block a user