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 }}"