Skip to content

Remove submodules #1574

Remove submodules

Remove submodules #1574

Workflow file for this run

name: Cypress CI
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install yarn dependencies
run: npm i -g yarn && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
# TODO add back ufsv-patch -- --runInBand
- name: Run unit tests
run: yarn test packages -- --runInBand
# currently broken from making jest happy
# - name: Compile
# run: yarn build --mode dev