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 f1aff3c commit 57c91a1Copy full SHA for 57c91a1
.github/workflows/integration.yml
@@ -56,4 +56,4 @@ jobs:
56
cd integration
57
npm start &
58
sleep 60
59
- curl -f http://localhost:3000 || exit 1
+ curl -f http://localhost:3000 | xmllint --html --xpath "//*[contains(@style, 'display: flex')]" - || exit 1
0 commit comments