From 9470fa3271db70233a1ec363b735c804147f4e42 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Thu, 14 Apr 2022 13:39:36 +0200 Subject: [PATCH] Use testground-github-action from testground --- .github/workflows/testground-on-push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testground-on-push.yml b/.github/workflows/testground-on-push.yml index ac4dffaa8..ae1c80dd9 100644 --- a/.github/workflows/testground-on-push.yml +++ b/.github/workflows/testground-on-push.yml @@ -25,8 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: testground run - # restore the mainline once https://github.com/coryschwartz/testground-github-action/pull/2 is released - uses: galargh/testground-github-action@6bdc2d4f12280a3e0ec654fd75fe170d4b7931df + uses: testground/testground-github-action@v1 timeout-minutes: 5 with: backend_addr: ${{ matrix.backend_addr }}