From d1662e76b86d4001015be055251d6b0fed02a300 Mon Sep 17 00:00:00 2001 From: albttx Date: Sat, 11 May 2024 01:25:11 +0100 Subject: [PATCH] chore: simplify --- .github/workflows/portal-loop.yml | 38 ------------------------------- 1 file changed, 38 deletions(-) diff --git a/.github/workflows/portal-loop.yml b/.github/workflows/portal-loop.yml index 2106e5db46..8748e855ef 100644 --- a/.github/workflows/portal-loop.yml +++ b/.github/workflows/portal-loop.yml @@ -74,46 +74,8 @@ jobs: name: ghcr.io/gnolang/gno:test-portal-loop path: /tmp/gno.tar - test-portal-loop: - runs-on: ubuntu-latest - needs: build-docker-image - # container: docker://ghcr.io/${{ github.repository }}:test-portal-loop - timeout-minutes: 5 - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: ghcr.io/gnolang/gno:test-portal-loop - path: /tmp - - - name: Load image - run: | - docker load --input /tmp/gno.tar - - - name: Run test start script from portal loop - timeout-minutes: 5 - uses: "docker://ghcr.io/gnolang/gno:test-portal-loop" - with: | - cat > /ci.sh <