Skip to content

Commit

Permalink
Archive case studies of CI run as artifact (#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 committed Dec 5, 2023
1 parent 1a7df25 commit 4e67cd0
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 4e67cd0

Please sign in to comment.