Skip to content

Commit

Permalink
always run cleanup
Browse files Browse the repository at this point in the history
so we don't end up with lots of stray multidevs
  • Loading branch information
jazzsequence committed Jul 26, 2023
1 parent 9b9efd7 commit d690a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Functional Tests
run: composer functional
- name: Cleanup
if: always()
run: ./.bin/cleanup.sh
code-style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d690a9e

Please sign in to comment.