Skip to content

Commit

Permalink
smoke_test workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 833c33a commit a708502
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
python -m venv .venv
.venv\Scripts\activate
python -m pip3 install .
pip3 install -r requirements.txt
pip3 install pytest
python download_opa.py -v 0.60.0 -os windows
pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SERVICE_ACCOUNT"
- name: Install dependencies
run: |
python -m pip3 install .
Expand Down

0 comments on commit a708502

Please sign in to comment.