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