From 8446aa1fe7d90fb6a0badb07cbd6d3a4ad3fb655 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Fri, 4 Oct 2024 14:52:16 +0200 Subject: [PATCH] npm build --- .github/workflows/integration-tests.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 27f74d4bf..6487e9490 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -23,14 +23,21 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - # - name: Check out the repo - # uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v.4.2.0 + - name: Check out the repo + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v.4.2.0 + - name: npm build + run: | + cd javascript + npm install + npm run clean + npm run build + # working-directory: ./javascript #docker/build-push-action has a built-in checkout - name: Build and push Docker image from main uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: - file: ./scripts/ci/docker/zombienet_builder.Dockerfile + file: ./scripts/ci/docker/zombienet_injected.Dockerfile push: false tags: | ${{ env.IMAGE_NAME }}:${{ env.VERSION }}