Skip to content

EmailAPI Validation cleanup + test coverage #2

EmailAPI Validation cleanup + test coverage

EmailAPI Validation cleanup + test coverage #2

Workflow file for this run

name: Unit Tests
on: [ pull_request ]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- name: Test
run: pnpm test:unit
with:

Check failure on line 12 in .github/workflows/unit-tests.yml

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit-tests.yml (Line: 12, Col: 9): Unexpected value 'with'
version: 8