Skip to content

Commit

Permalink
test success case
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 2, 2023
1 parent d959832 commit 437c835
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ jobs:
version: "*"
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: tests
allow-external-github-orgs: true
allow-external-github-orgs: false
continue-on-error: true

- name: fail on success
if: always() && steps.setup-foreman-failure.outcome == 'success'
if: steps.setup-foreman-failure.outcome == 'success'
run: exit 1

- name: succeed of failure
if: always()
- name: succeed on failure
run: exit 0

0 comments on commit 437c835

Please sign in to comment.