Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 2, 2023
1 parent 421e4cb commit 237aa9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: tests
allow-external-github-orgs: false

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 237aa9f

Please sign in to comment.