mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
tests: expose sonar test secret to workflows (#2646)
* Update integration-tests-pr.yaml * Update integration-tests.yaml
This commit is contained in:
parent
76c2a85c79
commit
fbbb55471d
1
.github/workflows/integration-tests-pr.yaml
vendored
1
.github/workflows/integration-tests-pr.yaml
vendored
@ -85,6 +85,7 @@ jobs:
|
||||
- name: test
|
||||
env:
|
||||
PIPER_INTEGRATION_GITHUB_TOKEN: ${{secrets.PIPER_INTEGRATION_GITHUB_TOKEN}}
|
||||
PIPER_INTEGRATION_SONAR_TOKEN: ${{secrets.PIPER_INTEGRATION_SONAR_TOKEN}}
|
||||
run: go test -tags=integration -timeout 20m ./integration/...
|
||||
- name: update status
|
||||
if: success()
|
||||
|
1
.github/workflows/integration-tests.yaml
vendored
1
.github/workflows/integration-tests.yaml
vendored
@ -64,6 +64,7 @@ jobs:
|
||||
- name: test
|
||||
env:
|
||||
PIPER_INTEGRATION_GITHUB_TOKEN: ${{secrets.PIPER_INTEGRATION_GITHUB_TOKEN}}
|
||||
PIPER_INTEGRATION_SONAR_TOKEN: ${{secrets.PIPER_INTEGRATION_SONAR_TOKEN}}
|
||||
run: go test -tags=integration -timeout 20m ./integration/...
|
||||
- name: update status
|
||||
if: success()
|
||||
|
Loading…
Reference in New Issue
Block a user