From 7f0e4f79b751ab8f09f130166da98c76ff096330 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Fri, 26 Jul 2024 01:14:41 +0000 Subject: [PATCH] adjust smoke_test workflow --- .github/workflows/run_smoke_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 59324c64..4e9144f3 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.12" - cache: "pip" + cache: "pip3" - name: Setup virtualenv run: | @@ -53,4 +53,5 @@ jobs: - name: Execute ScubaGoggles and check for correct output run: | echo "In step to execute ScubaGoggles smoke test" + pip3 show scubagoggles pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SERVICE_ACCOUNT" \ No newline at end of file