Skip to content

Update Cacheract to work with V2 Cache Backend (#14) #100

Update Cacheract to work with V2 Cache Backend (#14)

Update Cacheract to work with V2 Cache Backend (#14) #100

Workflow file for this run

name: Unit Tests
on:
push:
paths-ignore:
- 'README.md'
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run build-dev && npm test