Skip to content

Commit

Permalink
Revert "ci: debug pipeline fail using ssh"
Browse files Browse the repository at this point in the history
This reverts commit ba0e713.
  • Loading branch information
pepoviola committed Apr 25, 2023
1 parent ba0e713 commit 1141dc7
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1141dc7

Please sign in to comment.