Skip to content

chore(deps): update babel monorepo #4400

chore(deps): update babel monorepo

chore(deps): update babel monorepo #4400

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: docker compose up --wait
- run: yarn test
- if: ${{ always() }}
run: docker compose down
- if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: video
path: test/videos