mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-13 21:02:37 +08:00
ci: retry generate stage
This commit is contained in:
parent
42909f8965
commit
0b25d99f03
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -31,7 +31,11 @@ jobs:
|
||||
~/go/bin
|
||||
~/.cargo/bin
|
||||
- run: ./dependency.sh
|
||||
- run: ./generate.sh
|
||||
- uses: nick-fields/retry@v3
|
||||
with:
|
||||
timeout_minutes: 30
|
||||
max_attempts: 3
|
||||
command: ./generate.sh
|
||||
- run: ./stat.sh
|
||||
- run: ./guard.sh
|
||||
- name: Checkout ip-lists branch
|
||||
|
Loading…
Reference in New Issue
Block a user