Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 26, 2024
1 parent 3d6afed commit 385b2a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wc-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- run: go install ./cmd/aqua
- run: echo "${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua/bin" >> "$GITHUB_PATH"
- run: aqua policy allow

- run: echo "standard,kubernetes-sigs/kind" | aqua g -f -
env:
GITHUB_TOKEN: ${{steps.token.outputs.token}}
Expand All @@ -52,6 +53,12 @@ jobs:
env:
GITHUB_TOKEN: ${{steps.token.outputs.token}}

- name: Test checksum
run: aqua -c aqua.yaml i
working-directory: tests/3064
env:
GITHUB_TOKEN: ${{github.token}}

- name: Test version_prefix
run: aqua -c aqua.yaml g -i kubernetes-sigs/kustomize
working-directory: tests/main
Expand Down

0 comments on commit 385b2a5

Please sign in to comment.