Skip to content

Commit

Permalink
ci: add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 22, 2025
1 parent 3ca2a99 commit 2bcc744
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,19 @@ jobs:
git checkout -- .
working-directory: tests/update3

- name: Test aqua install with AQUA_VACUUM_DAYS
env:
AQUA_VACUUM_DAYS: 1
run: aqua install
- name: Test aqua exec with AQUA_VACUUM_DAYS
env:
AQUA_VACUUM_DAYS: 1
run: cmdx -v
- name: Test vacuum Run command
env:
AQUA_VACUUM_DAYS: 1
run: aqua vacuum

- run: aqua update-checksum -a

- run: terraform --help
Expand Down

0 comments on commit 2bcc744

Please sign in to comment.