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 a31becd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ 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
- if: ${{ ! cancelled() }}
run: |
exit 1
exit 0
- if: ${{ ! cancelled() }}
run: exit 1
- if: ${{ ! cancelled() }}
run: exit 0
test2:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a31becd

Please sign in to comment.