Skip to content

Commit

Permalink
testing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 13, 2024
1 parent c95850b commit 020e695
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/arc-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,16 @@ jobs:
echo "hello world"
ls -R
ls /home/nonroot/zombie-net/
kubectl get ns
touch hamid
post-test:
runs-on: zombienet-arc-runner
needs: test-arc-runner
container:
image: docker.io/paritytech/zombienet:v1.3.116
steps:
- name: Post-Test Step
run: |
pwd
echo "Post-test job starting..."
ls -R
cat hamid || echo "File 'hamid' not found"

0 comments on commit 020e695

Please sign in to comment.