Skip to content

Commit e478a40

Browse files
debug output
1 parent 80c665f commit e478a40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ jobs:
6060
npm start &
6161
sleep 60
6262
curl -fsS http://localhost:3000 -o output.html
63-
cat output.html
6463
xmllint --html --xpath "//*[contains(@style, 'display: flex')]" output.html || exit 1
64+
65+
- name: Debug Output
66+
run: cat output.html

0 commit comments

Comments
 (0)