Skip to content

[RELEASE] Sassy Sycamore Hotfix 2024 11 18 #1235

[RELEASE] Sassy Sycamore Hotfix 2024 11 18

[RELEASE] Sassy Sycamore Hotfix 2024 11 18 #1235

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [main, staging, release/**]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install modules
run: yarn
- name: Test
run: yarn run jest --ci