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 25, 2024
1 parent b799e17 commit 12beca6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@ jobs:
pip3 install virtualenv
python -m venv .venv
.venv\Scripts\activate
pytest ./Testing/Functional/SmokeTests/ -k "SmokeTest and test_venv_creation"
- name: Install dependencies
run: |
pip3 install -r requirements.txt
pip3 install pytest
- name: Download OPA executable
run: |
python download_opa.py -v 0.60.0 -os windows
run: python download_opa.py -v 0.60.0 -os windows

- name: Check virtualenv creation
run: pytest ./Testing/Functional/SmokeTests/ -k "SmokeTest and test_venv_creation"

- name: Execute ScubaGoggles and check for correct output
run: |
Expand Down

0 comments on commit 12beca6

Please sign in to comment.