Skip to content

Commit

Permalink
Fix(ci): Ensure running cleanup even previous job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 14, 2024
1 parent 4c9b26f commit d402dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
needs: [lint, unit-tests, types]
runs-on: ubuntu-24.04
timeout-minutes: 10
# Ensure this job runs regardless of previous job outcomes
if: always()

steps:
- name: Checkout
Expand Down

0 comments on commit d402dab

Please sign in to comment.