Skip to content

Commit 2a3806d

Browse files
committed
Add note about delay
1 parent a09b6a3 commit 2a3806d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
-H "Authorization: token $GITHUB_TOKEN" \
306306
-H "Accept: application/vnd.github.v3+json" \
307307
https://api.github.com/repos/$REPOSITORY/statuses/$HEAD_SHA \
308-
-d '{"context":"Playwright report","description":"","target_url":"'"$PLAYWRIGHT_REPORT_URL"'","state":"success"}'
308+
-d '{"context":"Playwright report","description":"when deployment completes","target_url":"'"$PLAYWRIGHT_REPORT_URL"'","state":"success"}'
309309
310310
realm-server-test:
311311
name: Realm Server Tests

0 commit comments

Comments
 (0)