mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-13 19:18:47 +02:00
Renamed some artifacts (#489)
Renamed some artifacts and other minor tweaks to the test & build workfow
This commit is contained in:
parent
2235987834
commit
71c929cda8
7
.github/workflows/test-and-build-action.yaml
vendored
7
.github/workflows/test-and-build-action.yaml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
coverage.xml
|
coverage.xml
|
||||||
.coverage
|
.coverage
|
||||||
|
if-no-files-found: error
|
||||||
- name: Archive unit test results
|
- name: Archive unit test results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@ -88,6 +89,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Coverage Report HTML
|
name: Coverage Report HTML
|
||||||
path: htmlcov/
|
path: htmlcov/
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Wheel-Build
|
name: Wheel-Build
|
||||||
@ -109,8 +111,9 @@ jobs:
|
|||||||
- name: Archive builds
|
- name: Archive builds
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-builds
|
name: python-build-artifacts
|
||||||
path: dist/
|
path: dist/
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
name: Docker Build
|
name: Docker Build
|
||||||
@ -123,7 +126,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-builds
|
name: python-build-artifacts
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- id: tag_or_main
|
- id: tag_or_main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user