Skip to content

Commit 61e116f

Browse files
committed
Build coverage in CI.
1 parent 3e4d317 commit 61e116f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Build coverage
25-
run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix-channel --update && nix-shell -p bun --run 'bun install && bun run test'
25+
run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix develop --command bash -c "bun install && bun run test"
2626

2727
- name: Upload coverage
2828
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)