Skip to content

Commit 2c8bd70

Browse files
committed
TO-DROP: debug
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 93a322b commit 2c8bd70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
env:
8484
PLAYWRIGHT_TEST_URL: http://localhost:5000/
8585
run: npx playwright test --project=chrome
86+
- name: debug
87+
if: always()
88+
shell: bash
89+
run: ls -lart
8690
- uses: actions/upload-artifact@v4
8791
if: always()
8892
with:

0 commit comments

Comments
 (0)