Skip to content

Commit

Permalink
ci: add test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed May 20, 2023
1 parent 972e475 commit 64d613f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows-test.yaml
Expand Up @@ -60,6 +60,9 @@ jobs:
- run: helm version
- run: terrafmt version

- name: Test the package type "cargo"
run: sk --version

- run: aqua g -i suzuki-shunsuke/tfcmt
working-directory: tests/main
- run: git diff aqua.yaml
Expand Down Expand Up @@ -132,6 +135,9 @@ jobs:
- run: terrafmt version
- run: helm version

- name: Test the package type "cargo"
run: sk --version

- run: aqua g -i suzuki-shunsuke/tfcmt
working-directory: tests/main
- run: git diff aqua.yaml
Expand Down

0 comments on commit 64d613f

Please sign in to comment.