From 1dbb1e56367afa8ce981d0836992a54811b8522b Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Tue, 12 Sep 2023 15:38:18 +0300 Subject: [PATCH] fix calling the node --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0014bbb30e..52c0a054b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,7 @@ jobs: - run: npm run test:browser node: - runs-on: ubuntu-latest - uses: ./.github/workflows/test-node.yml + uses: ./.github/workflows/test-node.yml@${{ github.ref }} with: nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}