mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
CI: fixing the last try
This commit is contained in:
parent
30ab1961cc
commit
0031b3fc47
5
.github/workflows/harness.yml
vendored
5
.github/workflows/harness.yml
vendored
@ -87,6 +87,11 @@ jobs:
|
|||||||
image: ${{ needs.build.outputs.image }}
|
image: ${{ needs.build.outputs.image }}
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fix home
|
||||||
|
# We need to run as root as a Workaround Github actions issues
|
||||||
|
# (https://github.com/actions/checkout/issues/1014) but need ~ocaml as
|
||||||
|
# home.
|
||||||
|
run: sudo sh -c "echo HOME=/home/ocaml >> ${GITHUB_ENV}"
|
||||||
- name: Check promoted files
|
- name: Check promoted files
|
||||||
run: |
|
run: |
|
||||||
cd /home/ocaml/catala && opam exec -- make check-promoted
|
cd /home/ocaml/catala && opam exec -- make check-promoted
|
||||||
|
Loading…
Reference in New Issue
Block a user