diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f173a9c2..f43ce4e2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -108,7 +108,7 @@ jobs: COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ inputs.python-version }}-${{ inputs.use-llms }} CONTEXT: ${{ runner.os }}-py${{ inputs.python-version }}-${{ inputs.use-llms }} - name: Run Playwright tests - if: ${{ inputs.python-version ! '3.9' }} + if: ${{ inputs.python-version != '3.9' }} run: npx playwright test -c "playwright.llm-sans.config.ts" - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }}