Skip to content

Commit

Permalink
smoke_test: check user directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rlxdev committed Jan 14, 2025
1 parent 8715985 commit d307ecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit d307ecb

Please sign in to comment.