Still fixing CI

This commit is contained in:
Louis Gesbert 2024-07-05 14:53:46 +02:00
parent 74da5888a5
commit 0bfc2c5c30

View File

@ -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: |