Test success

This commit is contained in:
daz 2024-02-08 22:58:09 -07:00
parent 9725d66916
commit 6a04a77321
No known key found for this signature in database

View File

@ -57,6 +57,7 @@ jobs:
with: with:
build-root-directory: .github/workflow-samples/groovy-dsl build-root-directory: .github/workflow-samples/groovy-dsl
- name: Assert step failure - name: Assert step failure
if: ${{ success() }}
run: | run: |
echo "Previous step didn't fail" echo "Previous step didn't fail"
exit 1 exit 1