Skip to content

Commit 7e40283

Browse files
committed
Short wait before starting the step just to make sure the Screenshot tests can start
1 parent 07d2b61 commit 7e40283

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/screenshot-test-comment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
pull-requests: write
2121
contents: read
2222
steps:
23+
- name: Wait for GitHub to register the workflow run
24+
run: sleep 15
25+
2326
- name: Wait for Screenshot Tests to complete
2427
uses: lewagon/wait-on-check-action@v1.3.1
2528
with:
@@ -111,4 +114,4 @@ jobs:
111114
112115
See https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-screenshot-tests/README.md for more information
113116
edit-mode: replace
114-
comment-id: ${{ steps.existingCommentId.outputs.comment-id }}
117+
comment-id: ${{ steps.existingCommentId.outputs.comment-id }}

0 commit comments

Comments
 (0)