Skip to content

Commit

Permalink
modified arc-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe committed Nov 13, 2024
1 parent 64f303d commit bf8d8d5
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/arc-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js environment
uses: actions/setup-node@v3
with:
node-version: '22'

- name: Install dependencies
run: npm install

- name: Run tests
run: npm test

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
with:
name: test-results
path: ./test-results/

- name: Notify on completion
if: always()
run: echo "Test completed on zombienet-arc-runner"
- name: test
run: echo "hello world"

0 comments on commit bf8d8d5

Please sign in to comment.