ci: add cache test
This commit is contained in:
parent
6eefc6ada4
commit
1cdb57bae8
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@ -92,3 +92,16 @@ jobs:
|
||||
uses: ./.github/actions/compare-bun-version
|
||||
with:
|
||||
bun-version: "1.1.0"
|
||||
|
||||
setup-bun-cache-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Bun
|
||||
uses: ./
|
||||
id: setup_bun
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun add merino
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user