mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
Disable duplicate go integration tests (#1442)
This commit is contained in:
parent
2c7c165e62
commit
1e252ea556
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/...
|
||||
|
Loading…
Reference in New Issue
Block a user