Skip to content

Commit 56f79cb

Browse files
output.html
1 parent 57c91a1 commit 56f79cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ jobs:
5656
cd integration
5757
npm start &
5858
sleep 60
59-
curl -f http://localhost:3000 | xmllint --html --xpath "//*[contains(@style, 'display: flex')]" - || exit 1
59+
curl -fsS http://localhost:3000 -o output.html
60+
xmllint --html --xpath "//*[contains(@style, 'display: flex')]" - || exit 1

0 commit comments

Comments
 (0)