1
0
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:
Christopher Fenner 2021-02-24 12:58:48 +01:00 committed by GitHub
parent 76c2a85c79
commit fbbb55471d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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()

View File

@ -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()