Skip to content

Commit

Permalink
adding a failure test II
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Aug 30, 2024
1 parent 5ec4aed commit 7caa251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
- name: check if a failure occured
if: steps.plumed.outcome == failure()
run: echo "Plumed installation failed as expected"
- name: check if a failure has not occured
if: steps.plumed.outcome == success()
run: |
echo "Plumed installation did not failed as expected"
exit 1
# test_stable:
# # strategy:
# # matrix:
Expand Down

0 comments on commit 7caa251

Please sign in to comment.