Skip to content

Commit

Permalink
chore: removed ssh debug from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Apr 18, 2023
1 parent f942e0d commit 3798c6b
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/workflows/podman-ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,14 @@ jobs:
run: npm run build
working-directory: ./javascript

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: l0r1s

# - name: Run test
# run: npm run zombie -- --provider podman test ${{ inputs.test_path }}
# 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
# BIFROST_COL_IMAGE: docker.io/bifrostnetwork/bifrost:latest
# MOONBEAM_COL_IMAGE: docker.io/purestake/moonbeam:v0.26
# OAK_COL_IMAGE: docker.io/oaknetwork/turing:latest
# working-directory: ./javascript
- name: Run test
run: npm run zombie -- --provider podman test ${{ inputs.test_path }}
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
BIFROST_COL_IMAGE: docker.io/bifrostnetwork/bifrost:latest
MOONBEAM_COL_IMAGE: docker.io/purestake/moonbeam:v0.26
OAK_COL_IMAGE: docker.io/oaknetwork/turing:latest
working-directory: ./javascript

0 comments on commit 3798c6b

Please sign in to comment.