Skip to content

[PB-1282, PB-1283]: Allow the email to be updated via Gateway #272

[PB-1282, PB-1283]: Allow the email to be updated via Gateway

[PB-1282, PB-1283]: Allow the email to be updated via Gateway #272

Workflow file for this run

name: Code coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Check Out Repo
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --ignore-engines
- name: Run tests
run: yarn run test:cov
- name: Codecov
uses: codecov/codecov-action@v3.1.0