Implement better pipeline (#3)
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user