fix: removing app artifact upload step, re-activating test result upload
This commit is contained in:
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@@ -46,12 +46,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pytest -q tests
|
pytest -q tests
|
||||||
|
|
||||||
# - name: Upload test results (artifact)
|
- name: Upload test results (artifact)
|
||||||
# if: always()
|
if: always()
|
||||||
# uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: pytest-results
|
name: pytest-results
|
||||||
# path: tests
|
path: tests
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -104,10 +104,3 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:latest
|
${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:latest
|
||||||
${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:${{ steps.meta.outputs.sha }}
|
${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:${{ steps.meta.outputs.sha }}
|
||||||
|
|
||||||
- name: Upload built image metadata
|
|
||||||
if: always()
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: image-build-info
|
|
||||||
path: .
|
|
||||||
|
|||||||
Reference in New Issue
Block a user