Skip to content

Commit 833e08b

Browse files
committed
Resolve comment; Upload artifact on failure
#1197 (review)
1 parent cd1b994 commit 833e08b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pytest.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ jobs:
142142
run: |
143143
make playwright-deploys SUB_FILE=". -vv"
144144
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+
145152
playwright-deploys:
146153
needs: [playwright-deploys-precheck]
147154
if: github.event_name != 'release' && (github.event_name == 'push' || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'deploy')))

0 commit comments

Comments
 (0)