Skip to content

Commit f4daf95

Browse files
committed
fix: Correct test file name
1 parent be0a3e9 commit f4daf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/axe-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PYTEST_PLAYWRIGHT_OUTPUT_DIR: test-results
3737
run: |
3838
# Retain artifacts on failure so we can upload them
39-
pytest tests/test_server.py \
39+
pytest tests/test_axe.py \
4040
--maxfail=1 --disable-warnings \
4141
--tracing=retain-on-failure \
4242
--screenshot=only-on-failure

0 commit comments

Comments
 (0)