Skip to content

Commit

Permalink
Update smoke.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 16, 2024
1 parent ad51510 commit cea6b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

jobs:
docker-task:
smoke:
runs-on: ubuntu-latest

steps:
Expand All @@ -28,6 +28,7 @@ jobs:
wget https://github.com/paritytech/zombienet/releases/download/v1.3.100/zombienet-linux-x64
chmod +x zombienet-linux-x64
yes 2>/dev/null | ./zombienet-linux-x64 setup polkadot || true
export PATH={{ github.workspace }}:$PATH
- name: Pull Docker Image
run: docker pull szegoo/regionx-node:latest
Expand Down

0 comments on commit cea6b13

Please sign in to comment.