Skip to content

fix: run npm ci before cds build in integration-tests (#17) #14

fix: run npm ci before cds build in integration-tests (#17)

fix: run npm ci before cds build in integration-tests (#17) #14

Workflow file for this run

name: CI - PR
permissions:
actions: read
contents: read
packages: read
security-events: write
on:
workflow_dispatch:
pull_request:
branches: [main]
types: [reopened, synchronize, opened]
jobs:
build-and-test:
uses: ./.github/workflows/pipeline.yml
secrets: inherit