Skip to content

Commit be6e81a

Browse files
committed
ci: add step to install devenv in CI workflow
Install devenv using nix profile install nixpkgs#devenv to enable running bun commands within devenv shell environment.
1 parent b7edd50 commit be6e81a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
uses: DeterminateSystems/magic-nix-cache-action@v13
7777
with:
7878
use-flakehub: false
79+
- name: Install devenv
80+
run: nix profile install nixpkgs#devenv
7981
- name: Cache Bun dependencies
8082
uses: actions/cache@v5
8183
with:
@@ -87,4 +89,4 @@ jobs:
8789
run: devenv shell -- bun build:prod
8890

8991
- name: Quality checks (Devenv shell)
90-
run: devenv shell -- bun ${{matrix.quality}}
92+
run: devenv shell -- bun ${{matrix.quality}}

0 commit comments

Comments
 (0)