diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index dc7c1ace..a7ff6da5 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Install nix - uses: nixbuild/nix-quick-install-action@v19 + uses: nixbuild/nix-quick-install-action@v29 with: nix_conf: experimental-features = nix-command flakes diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c2ccdb5..a2df88c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,9 @@ jobs: - name: Start background services run: dev & + + - name: Install js modules for HardLink tests + run: make install-js - name: Build Go binaries run: make build @@ -38,6 +41,9 @@ jobs: - name: Start background services run: dev & + + - name: Install js modules for HardLink tests + run: make install-js - name: Build Go binaries run: make build