Skip to content

Commit 851004e

Browse files
curl -s
1 parent bdc656d commit 851004e

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
@@ -55,4 +55,4 @@ jobs:
5555
cd integration
5656
npm start &
5757
sleep 60
58-
curl -f http://localhost:3000 | grep -q '<div style="display: flex; gap: 8px; padding: 6px 2px;"><div style="animation: 2s ease-in-out 0s infinite normal none running fetch-loading; height: 12px; width: 12px; background-color: rgb(82, 82, 92);"></div><div style="animation: 2s ease-in-out -1.33s infinite normal none running fetch-loading; height: 12px; width: 12px; background-color: rgb(82, 82, 92);"></div><div style="animation: 2s ease-in-out -0.67s infinite normal none running fetch-loading; height: 12px; width: 12px; background-color: rgb(82, 82, 92);"></div></div>' || exit 1
58+
curl -s http://localhost:3000 | grep -q '<div style="display: flex; gap: 8px; padding: 6px 2px;"><div style="animation: 2s ease-in-out 0s infinite normal none running fetch-loading; height: 12px; width: 12px; background-color: rgb(82, 82, 92);"></div><div style="animation: 2s ease-in-out -1.33s infinite normal none running fetch-loading; height: 12px; width: 12px; background-color: rgb(82, 82, 92);"></div><div style="animation: 2s ease-in-out -0.67s infinite normal none running fetch-loading; height: 12px; width: 12px; background-color: rgb(82, 82, 92);"></div></div>' || exit 1

0 commit comments

Comments
 (0)