Skip to content

Commit

Permalink
run test
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 25, 2024
1 parent 8edd2a2 commit f5919a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
pip3 install virtualenv
python -m venv .venv
.venv\Scripts\activate
python -c "import sys; print(sys.prefix != sys.base_prefix)"
- name: Install dependencies
run: |
Expand All @@ -44,4 +43,5 @@ jobs:
- name: Execute ScubaGoggles and check for correct output
run: |
echo "In step to execute ScubaGoggles smoke test"
echo ${$env:SCUBA_GITHUB_AUTOMATION_CREDS.subjectemail}
pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="${$env:SCUBA_GITHUB_AUTOMATION_CREDS.subjectemail}"

0 comments on commit f5919a5

Please sign in to comment.