Skip to content

Merge pull request #5 from okp4/dependabot/npm_and_yarn/word-wrap-1.2.4 #16

Merge pull request #5 from okp4/dependabot/npm_and_yarn/word-wrap-1.2.4

Merge pull request #5 from okp4/dependabot/npm_and_yarn/word-wrap-1.2.4 #16

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test-subql:
runs-on: ubuntu-22.04
steps:
- name: Setup node environment (for building)
uses: actions/setup-node@v3
with:
node-version: 18.16
- name: Check out repository
uses: actions/checkout@v3
- name: Fetch dependencies
run: |
yarn --frozen-lockfile
- name: Generate code
run: |
yarn codegen
- name: Test project
run: |
yarn test