diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 80797d7..3bb8892 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -73,5 +73,9 @@ jobs: - name: Setup Bun uses: ./ + - name: Install dependencies + run: | + bun install + - name: Run tests run: bun test --coverage