diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 00391b52..6327ddf7 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -65,4 +65,8 @@ jobs: echo "in second step" # Give OPA executable execute permissions - chmod +x opa_darwin_amd64 \ No newline at end of file + chmod +x opa_darwin_amd64 + + # Setup credentials for service account + echo "$env:GWS_GITHUB_AUTOMATION_CREDS" > credentials.json + pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL"