Skip to content

Test ARC Runner

Test ARC Runner #13

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: test
run: |
pwd
echo "hello world"
ls -R
find /home