Skip to content

Commit 57982d3

Browse files
committed
Enhance the CI workflow3.0
1 parent 029f7ac commit 57982d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
name: CI
2+
on: [push, pull_request]
3+
14
jobs:
25
test:
36
runs-on: ${{ matrix.os }}
@@ -61,4 +64,4 @@ jobs:
6164
wait $pid && break
6265
echo "Retry $i/3 after failure..."
6366
sleep 10
64-
done
67+
done

0 commit comments

Comments
 (0)