Skip to content

Commit

Permalink
ci: add the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 21, 2024
1 parent 7ba1689 commit 07db537
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,12 @@ jobs:
env:
GITHUB_TOKEN: ${{steps.token.outputs.token}}

- run: kind --help
- run: terrafmt --help
- name: Test rm
run: aqua rm x-motemen/ghq bats-core/bats-core
# http - kind
# go_install - terrafmt
run: aqua rm x-motemen/ghq bats-core/bats-core kind terrafmt

- name: Test rm -m l
run: aqua rm -m l ghcp
Expand Down

0 comments on commit 07db537

Please sign in to comment.