fix(ci): testground workflow hanging indefinitely (#8741)
* ci: set timeout on testground job * ci: use testground action which exits early on scheduling failures Note: this will be continued in https://github.com/ipfs/go-ipfs/issues/8731
Piotr Galar committed
Feb 18, 2022 at 18:25 UTC
33423625c73905d3c3dd7e24e73e26b22aef1e55
1 file changed
+3
-1
.github/workflows/testground-on-push.yml
+3
-1
@@ -25,7 +25,9 @@ jobs:
25
steps:
26
- uses: actions/checkout@v2
27
- name: testground run
28
- uses: coryschwartz/testground-github-action@v1.1
28
+ # restore the mainline once https://github.com/coryschwartz/testground-github-action/pull/2 is released
29
+ uses: galargh/testground-github-action@6bdc2d4f12280a3e0ec654fd75fe170d4b7931df
30
+ timeout-minutes: 5
31
with:
32
backend_addr: ${{ matrix.backend_addr }}
33
backend_proto: ${{ matrix.backend_proto }}