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