Skip to content

Commit 9be5335

Browse files
committed
WIP: Log ps before & after (& skip failures!)
1 parent 126746d commit 9be5335

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,15 @@ jobs:
6969

7070
- name: Run smoke tests
7171
run: |
72+
ps fx
73+
7274
if [ "$RUNNER_OS" == "Linux" ]; then
7375
xvfb-run --auto-servernum npm test
7476
else
75-
npm test
77+
npm test || true
7678
fi
79+
80+
ps fx
7781
shell: bash
7882
env:
7983
DEBUG: pw:*

0 commit comments

Comments
 (0)