Skip to content

L1-63: Check front end after 1.3.0 and 1.4.0 and 1.5.0 and 1.6.0 #309

L1-63: Check front end after 1.3.0 and 1.4.0 and 1.5.0 and 1.6.0

L1-63: Check front end after 1.3.0 and 1.4.0 and 1.5.0 and 1.6.0 #309

Workflow file for this run

name: PR
on:
pull_request:
merge_group:
jobs:
pr:
continue-on-error: true
strategy:
matrix:
step: ['lint', 'test', 'build:code', 'build:i18n', 'build:electron']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable
yarn ${{ matrix.step }}