Skip to content

Commit

Permalink
test(workflow): add integration test for vacuum run command
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCOEUR committed Jan 11, 2025
1 parent d2000a8 commit e1d47fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ jobs:
- name: Test update-aqua
run: aqua update-aqua

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

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

0 comments on commit e1d47fb

Please sign in to comment.