We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c665f commit e478a40Copy full SHA for e478a40
1 file changed
.github/workflows/integration.yml
@@ -60,5 +60,7 @@ jobs:
60
npm start &
61
sleep 60
62
curl -fsS http://localhost:3000 -o output.html
63
- cat output.html
64
xmllint --html --xpath "//*[contains(@style, 'display: flex')]" output.html || exit 1
+
65
+ - name: Debug Output
66
+ run: cat output.html
0 commit comments