Skip to content

feat: add deleteSubscriptionModifier #71

feat: add deleteSubscriptionModifier

feat: add deleteSubscriptionModifier #71

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node: [14, 16, 18]
name: Node.js ${{ matrix.node }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- uses: actions/[email protected]
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test:pretty
- run: yarn test
- run: yarn test:types
- run: yarn test:build