Implement better pipeline (#3)

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2025-11-30 14:02:21 +01:00
parent 3f4d611a18
commit 134dc79f3c
5 changed files with 4 additions and 672 deletions

View File

@@ -15,6 +15,7 @@ on:
- opened
- synchronize
- reopened
- edited
jobs:
build_test:
@@ -31,7 +32,6 @@ jobs:
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Build libraries
run: npx nx run-many -t build
run: npx nx run-many -t build --projects="reviews-stars"
- name: Run tests
run: npx nx run-many -t test --code-coverage --passWithNoTests
run: npx nx run-many -t test --code-coverage --passWithNoTests --projects="reviews-stars"