Skip to content

Commit

Permalink
continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 1, 2023
1 parent 309ca81 commit 59b7f46
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Run plugin check
uses: ./
continue-on-error: true # Since we expect it to always fail for the test plugin.
with:
build-dir: 'build'

- name: Ensure green check
if: ${{ always() }}
run: exit 0

0 comments on commit 59b7f46

Please sign in to comment.