Skip to content

feat(email): isolate is free email fn #1915

feat(email): isolate is free email fn

feat(email): isolate is free email fn #1915

Workflow file for this run

name: Tests
on:
push:
branches:
- "**"
- "!master"
env:
INSEE_CONSUMER_KEY: ${{ secrets.INSEE_CONSUMER_KEY }}
INSEE_CONSUMER_SECRET: ${{ secrets.INSEE_CONSUMER_SECRET }}
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: package.json
- run: CYPRESS_INSTALL_BINARY=0 npm ci --include=dev
- run: npm run test:lint
- run: npm run test:workspaces
- run: npm run test:type-check
- run: npm run test:unit