From 1141dc7942ab9c626bc28b33d3fc59b3f6eefaa2 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Tue, 25 Apr 2023 18:17:05 -0300 Subject: [PATCH] Revert "ci: debug pipeline fail using ssh" This reverts commit ba0e713d3ad0c60ed636640aa1bd8333154e32c6. --- .github/workflows/ci.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a725568..c1b78bd91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,19 +100,14 @@ jobs: run: npm install --ignore-scripts working-directory: ./javascript - - name: Setup upterm session - uses: lhotari/action-upterm@v1 - with: - limit-access-to-users: l0r1s,pepoviola,wirednkod - - # - name: Run test - # run: npm run zombie -- --provider podman test ${{ matrix.test-path }} - # working-directory: ./javascript - # env: - # DEBUG: zombie* - # ZOMBIENET_INTEGRATION_TEST_IMAGE: docker.io/paritypr/polkadot-debug:master - # COL_IMAGE: docker.io/paritypr/colander:master - # MALUS_IMAGE: docker.io/paritypr/malus:4131-ccd09bbf + - name: Run test + run: npm run zombie -- --provider podman test ${{ matrix.test-path }} + working-directory: ./javascript + env: + DEBUG: zombie* + ZOMBIENET_INTEGRATION_TEST_IMAGE: docker.io/paritypr/polkadot-debug:master + COL_IMAGE: docker.io/paritypr/colander:master + MALUS_IMAGE: docker.io/paritypr/malus:4131-ccd09bbf all: # This dummy job depends on all the mandatory checks. It succeeds if and only if all CI checks