Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun authored Oct 15, 2024
1 parent f4b9c1e commit 284201e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clean up after test
if: always()
run: |
rm -r zoutput
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 284201e

Please sign in to comment.