Skip to content

Commit

Permalink
ci(integration): remove all zip files after they're archived
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Aug 21, 2024
1 parent 9ee1c94 commit 3b9b28f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ jobs:
with:
name: core-proposals
path: ./*.zip
- name: remove all zip files after they're archived
run: rm -f *.zip
- name: run proposals tests
run: yarn test
working-directory: a3p-integration
Expand Down

0 comments on commit 3b9b28f

Please sign in to comment.