Skip to content

Check whether a person has a verified email (#2) #12

Check whether a person has a verified email (#2)

Check whether a person has a verified email (#2) #12

Workflow file for this run

name: Run integration tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Generate private key
run: openssl ecparam -name prime256v1 -genkey -noout -out ecdsa-p256-private.pem
- name: Run tests
run: yarn test