Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Mar 19, 2023
1 parent 1374706 commit 6c8b029
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,9 @@ jobs:
working-directory: tests/main
- run: aqua i -l -a
working-directory: tests/main
- run: cmdx -v
working-directory: tests/main
- run: aqua i
working-directory: tests/main
- run: aqua which golangci-lint
working-directory: tests/main
- run: aqua which go
- run: golangci-lint version
- run: kind version
working-directory: tests/main
- run: kind version
Expand All @@ -221,10 +216,6 @@ jobs:
- run: gh version
- run: tfenv --version
- run: aqua -c tests/main/aqua-global.yaml g local,kubernetes-sigs/kustomize
- run: btop -v
- run: btop -v
env:
AQUA_EXPERIMENTAL_X_SYS_EXEC: "true"
- run: bats -v
- run: helm version
- run: github-compare -v
Expand Down Expand Up @@ -261,11 +252,9 @@ jobs:
run: aqua gr suzuki-shunsuke/[email protected]

- name: test aqua cp
run: aqua cp actionlint golangci-lint
run: aqua cp actionlint
- name: test aqua cp
run: dist/actionlint -version
- name: test aqua cp
run: dist/golangci-lint version
- name: test aqua cp
run: aqua cp
- name: test aqua cp -a
Expand Down Expand Up @@ -306,8 +295,6 @@ jobs:
- run: aqua update-checksum -a

# Test if global configuration files are read in `aqua list` and `aqua g`
- run: aqua g suzuki-shunsuke/cmdx
working-directory: /tmp
- run: aqua list
working-directory: /tmp

Expand Down

0 comments on commit 6c8b029

Please sign in to comment.