You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
Disable duplicate go integration tests (#1442)
This commit is contained in:
17
.github/workflows/verify-go.yml
vendored
17
.github/workflows/verify-go.yml
vendored
@@ -55,20 +55,3 @@ jobs:
|
||||
run: go mod tidy
|
||||
- name: verify
|
||||
run: git diff --name-only --exit-code
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.13.x'
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: build
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
# with `-tags release` we ensure that shared test utilities won't end up in the binary
|
||||
run: go build -o piper -tags release
|
||||
- name: test
|
||||
env:
|
||||
PIPER_INTEGRATION_GITHUB_TOKEN: ${{secrets.PIPER_INTEGRATION_GITHUB_TOKEN}}
|
||||
run: go test -tags=integration ./integration/...
|
||||
|
Reference in New Issue
Block a user