We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c91a1 commit 56f79cbCopy full SHA for 56f79cb
.github/workflows/integration.yml
@@ -56,4 +56,5 @@ jobs:
56
cd integration
57
npm start &
58
sleep 60
59
- curl -f http://localhost:3000 | xmllint --html --xpath "//*[contains(@style, 'display: flex')]" - || exit 1
+ curl -fsS http://localhost:3000 -o output.html
60
+ xmllint --html --xpath "//*[contains(@style, 'display: flex')]" - || exit 1
0 commit comments