Skip to content

Commit 8771ae1

Browse files
committed
fix(ci): build the extension before running the tests
1 parent 348a911 commit 8771ae1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
ruby-version: '3.2'
2121
- name: Setup just
2222
uses: extractions/setup-just@v1
23+
- name: Build extension
24+
run: just build-extension
2325
- name: Run tests
2426
run: just test
2527

@@ -32,5 +34,7 @@ jobs:
3234
nix_path: nixpkgs=channel:nixos-24.05
3335
extra_nix_config: |
3436
experimental-features = nix-command flakes
37+
- name: Build extension via Nix
38+
run: nix develop -c just build-extension
3539
- name: Run tests via Nix
3640
run: nix develop -c just test

0 commit comments

Comments
 (0)