Skip to content

Explain PostgreSQL limitations #3213

Explain PostgreSQL limitations

Explain PostgreSQL limitations #3213

Workflow file for this run

name: PR Build
on:
pull_request:
concurrency:
group: pr-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: |
cd .github/cds-snippet-checker
npm install
npm run check
- run: npm ci
- run: npm test
- run: npm run docs:build