Skip to content

Commit

Permalink
action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent c8de958 commit 9903963
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ jobs:
echo "in second step"
# Give OPA executable execute permissions
chmod +x opa_darwin_amd64
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"

0 comments on commit 9903963

Please sign in to comment.