Skip to content

feat: add support for Netlify durable cache #8

feat: add support for Netlify durable cache

feat: add support for Netlify durable cache #8

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: corepack enable
- name: Install Dependencies
run: pnpm install
- name: Run Tests
run: pnpm test