Skip to content

Commit 86205a0

Browse files
committed
fix: ci releases
1 parent f2f3eac commit 86205a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ jobs:
2121
check-test:
2222
name: "Check / Test"
2323
runs-on: ubuntu-latest
24+
container:
25+
image: ghcr.io/matrixai/github-runner
2426
steps:
2527
- uses: actions/checkout@v4
2628
- name: Run tests
2729
run: |
28-
npm install
30+
nix develop .#ci --command bash -c $'
2931
npm run prebuild --verbose
3032
npm test -- --ci --coverage
33+
'
3134
- uses: actions/upload-artifact@v4
3235
with:
3336
name: coverage-report

0 commit comments

Comments
 (0)