mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
ci: add cache test
This commit is contained in:
parent
6eefc6ada4
commit
1cdb57bae8
1 changed files with 13 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue