Skip to content

feat(AP-4039): Confirm on an entry point when there are no variants #287

feat(AP-4039): Confirm on an entry point when there are no variants

feat(AP-4039): Confirm on an entry point when there are no variants #287

Workflow file for this run

name: Run Tests and Linting
on:
pull_request:
branches:
- master
jobs:
deploy:
name: Run Tests and Linting
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '16.14.2'
- name: Checkout Ref
uses: actions/checkout@v1
- name: Run Tests and Lint
run: bash -e ./scripts/test.sh
env:
NPM_TOKEN: ""