admin: renamed headers in CI
This commit is contained in:
parent
fc326b62ff
commit
f3a3d23a29
8
.github/workflows/test-ci.yml
vendored
8
.github/workflows/test-ci.yml
vendored
@ -72,19 +72,19 @@ jobs:
|
|||||||
- name: Build ESM (from TypeScript)
|
- name: Build ESM (from TypeScript)
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run coverage tests
|
||||||
run: npm run test-coverage
|
run: npm run test-coverage
|
||||||
|
|
||||||
- name: Upload coverage summary
|
- name: Store coverage summary artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: coverage-summary
|
name: coverage-summary
|
||||||
path: ./output/summary.txt
|
path: ./output/summary.txt
|
||||||
|
|
||||||
- name: Tar files
|
- name: Tar coverage files
|
||||||
run: tar -cvf ./output/coverage.tar ./output/lcov-report/
|
run: tar -cvf ./output/coverage.tar ./output/lcov-report/
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Store full coverage artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: coverage-complete
|
name: coverage-complete
|
||||||
|
Loading…
Reference in New Issue
Block a user