Skip to content

Commit 57c91a1

Browse files
xmllint
1 parent f1aff3c commit 57c91a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

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

0 commit comments

Comments
 (0)