Compare commits
1 Commits
7eb548e138
...
fr/backend
Author | SHA1 | Date | |
---|---|---|---|
899520fd3c |
@@ -15,18 +15,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "20.14.0"
|
node-version: "20.14.0"
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install, build and test
|
||||||
working-directory: api/
|
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: npm run build
|
|
||||||
working-directory: api/
|
|
||||||
run: |
|
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
||||||
- name: npm run test
|
|
||||||
working-directory: api/
|
|
||||||
run: |
|
|
||||||
npm run test
|
npm run test
|
||||||
|
|
Reference in New Issue
Block a user