-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1374706
commit 6c8b029
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|