We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b91e9 commit 653d09bCopy full SHA for 653d09b
.github/workflows/pytest.yaml
@@ -245,7 +245,7 @@ jobs:
245
- uses: actions/upload-artifact@v4
246
if: failure() && steps.browsers.outputs.has-playwright-diagnostics
247
with:
248
- name: "playright-examples-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.browser }}-results"
+ name: "playright-ai-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.browser }}-results"
249
path: test-results/
250
retention-days: 5
251
0 commit comments