Merge branch 'github-actions/testing' into chore/github-actions

This commit is contained in:
Timo De Meyst 2025-03-18 19:43:54 +01:00
commit f7222eafd6
4 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,7 @@ on:
pull_request:
branches:
- dev
types: ["synchronize", "ready_for_review", "opened", "reopened"]
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token

View file

@ -8,6 +8,7 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
types: ["synchronize", "ready_for_review", "opened", "reopened"]
jobs:
test:
@ -28,5 +29,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:unit