File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : bun install --frozen-lockfile
2828 - name : Run tests with coverage
29- run : bun test:coverage
29+ run : bun run test:coverage
3030 - name : Upload coverage to Codecov
3131 uses : codecov/codecov-action@v5
3232 with :
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 uses : oven-sh/setup-bun@v2
2222 with :
2323 bun-version-file : " .bun-version"
24- - name : Install production dependencies
25- run : bun install --production -- frozen-lockfile
24+ - name : Install dependencies
25+ run : bun install --frozen-lockfile
2626 - name : Run tests with coverage
27- run : bun test:coverage
27+ run : bun run test:coverage
2828 - name : Upload coverage to Codecov
2929 uses : codecov/codecov-action@v5
3030 with :
You can’t perform that action at this time.
0 commit comments