Skip to content

Fix gql/ directory issue for codegen #52

Fix gql/ directory issue for codegen

Fix gql/ directory issue for codegen #52

Workflow file for this run

name: unit tests
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Set up Yarn cache
uses: actions/setup-node@v3
with:
node-version: "16"
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
concurrency:
group: run-unit-tests
cancel-in-progress: true
on: push