File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,12 @@ jobs:
1010 steps :
1111 - uses : actions/checkout@v3
1212 - uses : oven-sh/setup-bun@v2
13- - name : Set runtime
14- run : RUNTIME=bun
1513 - name : Install modules
1614 run : bun install --frozen-lockfile
1715 - name : Build
1816 run : bun run build
1917 - name : Prepare e2e tests
20- run : bun run pre-test
18+ run : RUNTIME=bun bun run pre-test
2119 - name : Run e2e tests
2220 run : bun run test:e2e
2321 - name : Clean up
Original file line number Diff line number Diff line change 2323 with :
2424 node-version : 22
2525 cache : ' npm'
26- - name : Set runtime
27- run : RUNTIME=node
2826 - run : npm ci
2927 - run : npm run build
3028 - run : npm test
Original file line number Diff line number Diff line change 1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 cache : ' npm'
20- - name : Set runtime
21- run : RUNTIME=node
2220 - name : Install modules
2321 run : npm ci
2422 - name : Build
You can’t perform that action at this time.
0 commit comments