mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Still fixing CI
This commit is contained in:
parent
74da5888a5
commit
0bfc2c5c30
6
.github/workflows/harness.yml
vendored
6
.github/workflows/harness.yml
vendored
@ -100,11 +100,11 @@ jobs:
|
||||
cd /home/ocaml/catala
|
||||
opam exec -- clerk report --xml _build/*@test _build/test-*/*@test >report.junit.xml
|
||||
- name: Test Summary
|
||||
uses: test-summary/action@v1
|
||||
uses: dorny/test-reporter@v1
|
||||
with:
|
||||
name: Catala integrated tests
|
||||
reporter: java-junit
|
||||
paths: /home/ocaml/catala/report.junit.xml
|
||||
path: /home/ocaml/catala/report.junit.xml
|
||||
if: ${{ always() }}
|
||||
|
||||
|
||||
@ -153,7 +153,7 @@ jobs:
|
||||
with:
|
||||
name: Tests on catala-examples
|
||||
reporter: java-junit
|
||||
paths: "/home/ocaml/catala-examples/report.junit.xml"
|
||||
path: "/home/ocaml/catala-examples/report.junit.xml"
|
||||
if: ${{ always() }}
|
||||
- name: Checkout french-law repo
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user