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