Skip to content

fix(INFRA-557): open source #15

fix(INFRA-557): open source

fix(INFRA-557): open source #15

Workflow file for this run

name: Build & Test
on: pull_request
jobs:
main:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: |
yarn lint
yarn test
yarn build