parent
69a7cee3c9
commit
2bc41955cf
|
@ -1,9 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: bun
|
||||
runs-on: node-16
|
||||
steps:
|
||||
- uses: http://github.com/actions/checkout@v4
|
||||
- uses: http://github.com/oven-sh/setup-bun@v1
|
||||
- run: bun install
|
||||
- run: bun src/build.ts
|
||||
- run: cat dist/dist.js
|
||||
- run: echo hi
|
Loading…
Reference in a new issue