Skip to content

Commit

Permalink
run playwright tests if python=>3.10 attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Oct 24, 2024
1 parent fe7f985 commit 0308dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 0308dad

Please sign in to comment.