From 2df278cfa405797a0be444d506908988c17902f8 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Fri, 26 Jul 2024 00:45:01 +0000 Subject: [PATCH] adjust smoke_test workflow --- .github/workflows/run_smoke_test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 34330243..59324c64 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -35,22 +35,17 @@ jobs: python-version: "3.12" cache: "pip" - - name: Install pytest - run: pip3 install pytest - - name: Setup virtualenv run: | pip3 install virtualenv python -m venv .venv .venv\Scripts\activate - - name: Check virtualenv creation - run: pytest ./Testing/Functional/SmokeTests/ -k "SmokeTest and test_venv_creation" - - name: Install dependencies run: | python -m pip3 install . pip3 install -r requirements.txt + pip3 install pytest - name: Download OPA executable run: python download_opa.py -v 0.60.0 -os windows @@ -58,6 +53,4 @@ jobs: - name: Execute ScubaGoggles and check for correct output run: | echo "In step to execute ScubaGoggles smoke test" - .venv\Scripts\activate - scubagoggles gws pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SERVICE_ACCOUNT" \ No newline at end of file