Skip to content

add generating video previews #13

add generating video previews

add generating video previews #13

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.10.0
cache: 'npm'
- run: npm ci
- run: npm run build:dev
- run: npm run test:unit
- run: docker-compose up -d
- run: npm run test:integration