Skip to content

Commit

Permalink
Merge pull request #138 from sol-eng/integration-test-fix
Browse files Browse the repository at this point in the history
Remove integration tests from automatic process
  • Loading branch information
tnederlof authored Apr 5, 2023
2 parents cfc8748 + 1bf8c69 commit e475d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cache: true
- name: Build
run: go build -v ./...
- name: Test (Unit + Integration Tests)
run: RSW_LICENSE=${{secrets.RSW_LICENSE}} go test -v -timeout 30m ./...
- name: Test (Unit Only)
run: go test -v ./... -short
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
Expand Down

0 comments on commit e475d7f

Please sign in to comment.