Skip to content

Support serverless-appsync-plugin v2 #229

Support serverless-appsync-plugin v2

Support serverless-appsync-plugin v2 #229

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run lint
run: yarn run lint
- name: Run tests
run: yarn run tests