From bf8d8d599f3b0641c1c043b109a416035a534e26 Mon Sep 17 00:00:00 2001 From: Hamid Emamian Date: Wed, 13 Nov 2024 21:09:53 +0330 Subject: [PATCH] modified arc-runner --- .github/workflows/arc-runner.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.github/workflows/arc-runner.yml b/.github/workflows/arc-runner.yml index f5607a15e..cbcd521d8 100644 --- a/.github/workflows/arc-runner.yml +++ b/.github/workflows/arc-runner.yml @@ -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"