Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jun 21, 2024
1 parent 2619d13 commit 94cafd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: exit 1
continue-on-error: true
- run: exit 1
continue-on-error: true
- run: exit 1
continue-on-error: true
- run: exit 0
- if: ${{ ! cancelled() }}
run: exit 1
- if: ${{ success() || failure() }}
run: exit 0
test2:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 94cafd4

Please sign in to comment.