Skip to content

Commit

Permalink
ci(vacuum): run vacuum command before update aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCOEUR committed Jan 11, 2025
1 parent fc4ead0 commit abd0bf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,15 @@ jobs:
- run: aqua list
working-directory: /tmp

- name: Test update-aqua
run: aqua update-aqua

- name: Test vacuum Run command
env:
AQUA_VACUUM_DAYS: 1
run: aqua vacuum run

- name: Test update-aqua
run: aqua update-aqua


integration-test-cargo:
timeout-minutes: 30
runs-on: ubuntu-latest
Expand Down

0 comments on commit abd0bf4

Please sign in to comment.