Skip to content

chore: fix build in 22.1 branch, backport test fixes #2739

chore: fix build in 22.1 branch, backport test fixes

chore: fix build in 22.1 branch, backport test fixes #2739

Workflow file for this run

name: Smoke
on: pull_request
jobs:
tests:
name: Smoke tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile --no-progress --non-interactive
- name: Test
run: yarn test:smoke