ci: add installation step
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- name: Install
|
||||
run: bun install
|
||||
- name: Test
|
||||
run: bun test
|
||||
- name: Verify env
|
||||
|
||||
Reference in New Issue
Block a user