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 3e4d317 commit 61e116fCopy full SHA for 61e116f
.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-channel --update && nix-shell -p bun --run 'bun install && bun run test'
+ run: git clone --depth=1 https://github.com/dmjio/miso && cd miso && nix develop --command bash -c "bun install && bun run test"
26
27
- name: Upload coverage
28
uses: actions/upload-pages-artifact@v3
0 commit comments