Skip to content

Commit

Permalink
Archive case studies of CI run as artifact (tamarin-prover#608)
Browse files Browse the repository at this point in the history
* Archive case studies as artifact in action

* Run archive action when case studies fail

* Add verbose output to regression tests

* Remove case-studies-regression from artifact

* Change name of archive action
  • Loading branch information
kevinmorio authored and Lelio-Brun committed Mar 25, 2024
1 parent 8d2f487 commit c20363e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tamarin-integration-test.yaml
Expand Up @@ -75,4 +75,11 @@ jobs:
- name: Regression tests
run: |
tamarin-prover test
python3 regressionTests.py -noi
python3 regressionTests.py -v 6 -noi
- name: Store case studies as artifact
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: case-studies
path: case-studies

0 comments on commit c20363e

Please sign in to comment.