Skip to content

Conway Release Preparation #3743

Conway Release Preparation

Conway Release Preparation #3743

Workflow file for this run

name: Build & Unit Tests (jest)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
env:
SHARE_CONFIG: dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Run a multi-line script
run: |
echo Running tests
yarn install
yarn lint
yarn test