Update repo
This commit is contained in:
@@ -25,11 +25,10 @@ jobs:
|
|||||||
pwd
|
pwd
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
path: |
|
path: ${{ github.workspace }}/backend/.coverage
|
||||||
backend/.coverage
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
load-file-example:
|
load-file-example:
|
||||||
@@ -37,7 +36,7 @@ jobs:
|
|||||||
needs: [unit-tests]
|
needs: [unit-tests]
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
path: ${{ github.workspace }} # Move the coverage to ${{ github.workspace }}
|
path: ${{ github.workspace }} # Move the coverage to ${{ github.workspace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user