Skip to content

Commit

Permalink
ci: revise node version in test workflow (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 3, 2024
1 parent 123e1fc commit 21c1fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Pull Request Open

on:
pull_request:
workflow_dispatch:

concurrency:
group: pr-${{ github.ref }}
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ name: Unit Tests and Analysis

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
types: [opened, reopened, synchronize, ready_for_review]
push:
branches:
- main
branches: [main]
workflow_dispatch:

concurrency:
Expand All @@ -28,7 +23,7 @@ jobs:
npm ci
npm run test-unit
dir: api
node_version: 16
node_version: 18.18.2
sonar_args: >
-Dsonar.exclusions=**/test/**/*,.github/**/*,**/migrations/**/*
-Dsonar.javascript.lcov.reportPaths=coverage/api/lcov.info
Expand Down

0 comments on commit 21c1fb0

Please sign in to comment.