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