Skip to content

add admin area for one-off global cache invalidations #109

add admin area for one-off global cache invalidations

add admin area for one-off global cache invalidations #109

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
test-pull-request:
name: test pull request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version-file: .bun-version
- name: Install dependencies
run: bun install
- name: Run component unit tests
id: bun-test-client
run: bun test