Skip to content

build(deps): bump graphql from 16.6.0 to 16.8.1 in /example #58

build(deps): bump graphql from 16.6.0 to 16.8.1 in /example

build(deps): bump graphql from 16.6.0 to 16.8.1 in /example #58

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test