Skip to content

Fixing undefined includes #874

Fixing undefined includes

Fixing undefined includes #874

Workflow file for this run

name: Shared Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- run: |
yarn global add node-gyp
cd shared
yarn install --frozen-lockfile
yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- run: |
yarn global add node-gyp
cd shared
yarn install --frozen-lockfile
yarn test