chore: update @graphql-codegen/cli plugin to resolve dset security is… #791
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Test Suite | |
on: | |
push: | |
branches: [staging] | |
pull_request: | |
branches: [staging] | |
jobs: | |
build: | |
env: | |
NODE_ENV: test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
persist-credentials: false | |
- name: Install depdencies | |
run: npm ci | |
- name: Run Test Suite | |
run: npm run test |