From 50f8731b9edfa1a53b624d833ea0c14c4f74c2d9 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Wed, 31 Jul 2024 00:03:09 +0000 Subject: [PATCH] commit --- .github/workflows/run_smoke_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_smoke_test.yml b/.github/workflows/run_smoke_test.yml index f718ada1..5a59af1a 100644 --- a/.github/workflows/run_smoke_test.yml +++ b/.github/workflows/run_smoke_test.yml @@ -38,28 +38,28 @@ jobs: cache-dependency-path: "requirements.txt" - name: Setup Windows dependencies - if: ${{ matrix.os == "windows-latest" }} + if: ${{ matrix.os == 'windows-latest' }} uses: ./.github/actions/setup-windows-dependencies with: operating-system: "windows" opa-version: "0.60.0" - name: Setup macOS dependencies - if: ${{ matrix.os == "macos-latest" }} + if: ${{ matrix.os == 'macos-latest' }} uses: ./.github/actions/setup-windows-dependencies with: operating-system: "macos" opa-version: "0.60.0" - name: Execute ScubaGoggles and check for correct output - if: ${{ matrix.os == "windows-latest" }} + if: ${{ matrix.os == 'windows-latest' }} run: | # Setup credentials for service account Set-Content -Path credentials.json -Value $env:GWS_GITHUB_AUTOMATION_CREDS pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL" - name: Execute ScubaGoggles and check for correct output - if: ${{ matrix.os == "macos-latest" }} + if: ${{ matrix.os == 'macos-latest' }} run: | echo "in second step"