Skip to content

Commit

Permalink
build: remove test-redis references
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Aug 29, 2024
1 parent 008fcfa commit 181ddd0
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 @@ -122,7 +122,7 @@ jobs:
- test-unit
steps:
- run: exit 1
if: ${{ needs.test-unit.result != 'success' || needs.test-redis.result != 'success' }}
if: ${{ needs.test-unit.result != 'success' }}
- run: exit 0
if: ${{ needs.test-unit.result == 'success' || needs.test-redis.result == 'success' }}
if: ${{ needs.test-unit.result == 'success' }}
if: ${{ always() }}

0 comments on commit 181ddd0

Please sign in to comment.