Skip to content

fix: github ci broken #57

fix: github ci broken

fix: github ci broken #57

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.14.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