We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3debbfd commit 80c665fCopy full SHA for 80c665f
1 file changed
.github/workflows/integration.yml
@@ -60,4 +60,5 @@ 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
0 commit comments