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: |
|
||||
pytest -q tests
|
||||
|
||||
# - name: Upload test results (artifact)
|
||||
# if: always()
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: pytest-results
|
||||
# path: tests
|
||||
- name: Upload test results (artifact)
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pytest-results
|
||||
path: tests
|
||||
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -104,10 +104,3 @@ jobs:
|
||||
tags: |
|
||||
${{ secrets.REGISTRY_URL }}/allucanget/contact.allucanget.biz:latest
|
||||
${{ 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