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 cd1b994 commit 833e08bCopy full SHA for 833e08b
.github/workflows/pytest.yaml
@@ -142,6 +142,13 @@ jobs:
142
run: |
143
make playwright-deploys SUB_FILE=". -vv"
144
145
+ - uses: actions/upload-artifact@v4
146
+ if: failure()
147
+ with:
148
+ name: "playright-examples-${{ matrix.os }}-${{ matrix.python-version }}-results"
149
+ path: test-results/
150
+ retention-days: 5
151
+
152
playwright-deploys:
153
needs: [playwright-deploys-precheck]
154
if: github.event_name != 'release' && (github.event_name == 'push' || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'deploy')))
0 commit comments