Skip to content

Feat/add postgres setup with postgis sample #2

Feat/add postgres setup with postgis sample

Feat/add postgres setup with postgis sample #2

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.11.1
cache: 'npm'
- run: npm ci
- run: npm run build:dev -- --filter=@common\*
- run: npm ci
- run: npm run build:dev
- run: npm run test:unit
- run: npm run test:integration