Skip to content

Commit c517393

Browse files
committed
chore: update workflows
1 parent 4920e3a commit c517393

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.github/workflows/bun-core-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Build
2222
run: bun run build
2323
- name: Run tests
24-
run: bun test
24+
run: bun run test
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
node-version: 22
2525
cache: 'npm'
26+
- name: Set runtime
27+
run: echo "RUNTIME=node"
2628
- run: npm ci
2729
- run: npm run build
2830
- run: npm test
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
cache: 'npm'
20+
- name: Set runtime
21+
run: echo "RUNTIME=node"
2022
- name: Install modules
2123
run: npm ci
2224
- name: Build
File renamed without changes.

0 commit comments

Comments
 (0)