From d307ecb436d702774b0d37b85acb810b61667db0 Mon Sep 17 00:00:00 2001 From: Roy Lane Date: Tue, 14 Jan 2025 16:02:47 -0500 Subject: [PATCH] smoke_test: check user directory --- .github/workflows/run_smoke_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index 5e02a9f1..37353e92 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -105,5 +105,9 @@ jobs: name: "credentials.json" json: ${{ secrets.GWS_GITHUB_AUTOMATION_CREDS }} + - name: Check for user scubagoggles directory + shell: powershell + run: ls ~/scubagoggles + - name: Run ScubaGoggles and check for correct output run: pytest ./scubagoggles/Testing/Functional/SmokeTests/ -vvv --subjectemail="${{ secrets.GWS_SUBJECT_EMAIL }}" --customerdomain="${{ secrets.GWS_DOMAIN }}"