mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 22:33:16 +08:00
ci: retry generate stage
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -31,7 +31,11 @@ jobs:
|
|||||||
~/go/bin
|
~/go/bin
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
- run: ./dependency.sh
|
- 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: ./stat.sh
|
||||||
- run: ./guard.sh
|
- run: ./guard.sh
|
||||||
- name: Checkout ip-lists branch
|
- name: Checkout ip-lists branch
|
||||||
|
|||||||
Reference in New Issue
Block a user