Skip to content

Commit

Permalink
- added integration tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixCrawler committed Apr 16, 2024
1 parent 3b468e6 commit 32dc75c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ jobs:
- name: Running unit tests
run: |
go test -v ./...
- name: Running integration tests
run: |
mkdir build
mkdir bin
go build -v -o build/tfswitch
for /D %%s in (.\integration-tests\*) do ( .\build\tfswitch -c "%%s" -b .\bin\terraform )

0 comments on commit 32dc75c

Please sign in to comment.