Add test framework, unit tests, and CI validation workflow #3
@@ -14,9 +14,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Bun
|
||||
|
jdb marked this conversation as resolved
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
run: curl -fsSL https://bun.sh/install | bash
|
||||
- name: Add Bun to PATH
|
||||
run: echo "$HOME/.bun/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
Reference in New Issue
Block a user
If we switch to the
bunrunner as I asked in my previous review comment, we will not need to install bun. It comes packaged in that runner.