Skip to content

💫 feat(cache): Add one-off in-memory caching for git operations #26

💫 feat(cache): Add one-off in-memory caching for git operations

💫 feat(cache): Add one-off in-memory caching for git operations #26

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install libsecret
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libsecret-1-dev
version: 1.0
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun run prepare-dev
- name: Run Tests
run: bun test