Skip to content

Commit 600e90f

Browse files
xmllint add file to look into
1 parent 56f79cb commit 600e90f

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
@@ -57,4 +57,4 @@ jobs:
5757
npm start &
5858
sleep 60
5959
curl -fsS http://localhost:3000 -o output.html
60-
xmllint --html --xpath "//*[contains(@style, 'display: flex')]" - || exit 1
60+
xmllint --html --xpath "//*[contains(@style, 'display: flex')]" output.html || exit 1

0 commit comments

Comments
 (0)