F2.3 CI: conservar diagnóstico de tests
This commit is contained in:
@@ -41,6 +41,14 @@ jobs:
|
|||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: npm test
|
run: npm test 2>&1 | tee test.log
|
||||||
|
- name: Upload test diagnostic
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: f2-3-test-diagnostic
|
||||||
|
path: api-v3/test.log
|
||||||
|
if-no-files-found: warn
|
||||||
|
retention-days: 3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user