Skip to content

0.0.1-alpha.0 - 2023-12-18 (#40) #105

0.0.1-alpha.0 - 2023-12-18 (#40)

0.0.1-alpha.0 - 2023-12-18 (#40) #105

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g @sap/cds-dk
- run: npm i
- run: cds v
- run: npm run lint
- run: npm run test