ci: add cache test

This commit is contained in:
Jozef Steinhübl 2024-05-08 11:09:42 +02:00
parent 6eefc6ada4
commit 1cdb57bae8
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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