Skip to content

Commit bea0117

Browse files
committed
Use proper tests dir
1 parent 53bd37f commit bea0117

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
test:
16+
timeout-minutes: 15
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v3
@@ -40,10 +41,10 @@ jobs:
4041
sleep $startup_wait
4142
4243
# Run tests
43-
python -m pytest --tracing=retain-on-failure
44+
python -m pytest tests --tracing=retain-on-failure
4445
- uses: actions/upload-artifact@v4
4546
name: Upload test results
4647
if: always()
4748
with:
4849
name: playwright-traces
49-
path: tests/test-results/
50+
path: ./tests/

0 commit comments

Comments
 (0)