Skip to content

Commit

Permalink
Fixup CI workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yandu Oppacher authored and Yandu Oppacher committed Jan 8, 2025
1 parent b2b7bd9 commit 86f9423
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 86f9423

Please sign in to comment.