Skip to content

Commit

Permalink
#3 Download and extract zip
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 22, 2023
1 parent 673e798 commit aa4de41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Download SenzingApi
run: curl --output /tmp/senzingapi.zip https://public-read-access.s3.amazonaws.com/staging/SenzingAPI_3.7.0.zip
- run: pwd
- name: Extract SenzingApi
run: 7z x /tmp/senzing.zip -o c:\
- run: dir c:\ /s
- name: Run go test
run: go test -v -p 1 ./...

0 comments on commit aa4de41

Please sign in to comment.