Skip to content

Commit

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

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

0 comments on commit 2657c20

Please sign in to comment.