Skip to content

Test ARC Runner

Test ARC Runner #10

Workflow file for this run

name: Test ARC Runner
on:
workflow_dispatch:
jobs:
test-arc-runner:
runs-on: zombienet-arc-runner
container:
image: docker.io/paritytech/zombienet:v1.3.116
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: test
run: echo "hello world"