Skip to content

Commit

Permalink
add failure on success to exepcted failure test case
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 2, 2023
1 parent 83d8a1b commit a5ad851
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: selene --version

build-in-dir-external-org-false:
name: Test setup-foreman action with working-directory
name: Test setup-foreman action allow-external-gitub-org false
strategy:
matrix:
os: ["ubuntu-latest"]
Expand All @@ -81,3 +81,7 @@ jobs:
working-directory: tests
allow-external-github-orgs: false
continue-on-error: true

- name: fail on success
if: ${{ failure() }}
run: exit 1

0 comments on commit a5ad851

Please sign in to comment.