Compare commits
3 Commits
c387c1335c
...
fr/testing
Author | SHA1 | Date | |
---|---|---|---|
82a24efd91 | |||
5f29773b4a | |||
7eb548e138 |
@ -15,9 +15,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: "20.14.0"
|
node-version: "20.14.0"
|
||||||
|
|
||||||
- name: npm install, build and test
|
- name: npm install
|
||||||
|
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