Skip to content

fix: check for undefined options when validating #102

fix: check for undefined options when validating

fix: check for undefined options when validating #102

Workflow file for this run

name: Run unit tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
env:
SERVERLESS_VERSION: '3.3.0'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run coverage
- uses: codecov/codecov-action@v2