Skip to content

🙈 chore: Add .cache-synpress to .gitignore #22

🙈 chore: Add .cache-synpress to .gitignore

🙈 chore: Add .cache-synpress to .gitignore #22

Workflow file for this run

name: 🧑‍🔧 Test
on:
push:
branches:
- new-dawn
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.7.6
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm run test