Skip to content

Commit dc9f27c

Browse files
authored
ci: retry make run twice if it fails
1 parent 8c23790 commit dc9f27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-test-crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
# Run test crawler
8787
- name: Make run
88-
run: make run
88+
run: make run || make run || make run
8989
working-directory: test-crawler
9090

9191
# Copy crawler output

0 commit comments

Comments
 (0)