diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 218d3c87..a377e786 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -74,6 +74,7 @@ jobs: chmod +x opa_darwin_amd64 # Setup credentials for service account - echo $env:GWS_GITHUB_AUTOMATION_CREDS > credentials.json + echo $env:GWS_GITHUB_AUTOMATION_CREDS + echo $env:GWS_GITHUB_AUTOMATION_CREDS >> credentials.json cat credentials.json #pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL"