From 86f94235efc9f4fb08336e63c63c12de88c9ae5a Mon Sep 17 00:00:00 2001 From: Yandu Oppacher Date: Wed, 8 Jan 2025 16:35:14 -0500 Subject: [PATCH] Fixup CI workflow issues --- .github/actions/setup-env/action.yml | 2 +- .github/workflows/test.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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