We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b683e3 commit 0de37b1Copy full SHA for 0de37b1
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
github_access_token: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: Build coverage
25
- run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix develop --command bash -c 'bun install && bun run test'
+ run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix-env -iA bun -f '<nixpkgs>' && bun install && bun run test
26
27
- name: Upload coverage
28
uses: actions/upload-pages-artifact@v3
0 commit comments