Skip to content

Commit

Permalink
ci: fix windows test (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed May 20, 2023
1 parent 1b24ea3 commit dffcd10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-test.yaml
Expand Up @@ -98,6 +98,7 @@ jobs:
cache: true

- run: go install ./cmd/aqua
- run: aqua policy allow
- run: echo "$HOME\AppData\Local\aquaproj-aqua\bat" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- run: echo "AQUA_GLOBAL_CONFIG=$PWD\tests\main\aqua-global.yaml;$PWD\tests\main\aqua-global-2.yaml" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- run: echo "standard,kubernetes-sigs/kind" | aqua g -f -
Expand Down

0 comments on commit dffcd10

Please sign in to comment.