Skip to content

Commit

Permalink
screw it, will attempt to only upload once, so just enforce it
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Feb 2, 2024
1 parent 84feb06 commit 80bb62a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
uses: "actions/upload-artifact@v4.3.0"
# this action doesn't seem to respect working-directory so include working-directory value in path
with:
name: coverage-data-${{ matrix.runs-on }}
name: coverage-data
path: "spiffworkflow-backend/.coverage.*"

# - name: Upload documentation
Expand Down Expand Up @@ -276,8 +276,7 @@ jobs:
- name: Download coverage data
uses: actions/download-artifact@v4.1.1
with:
name: coverage-data-*
merge-multiple: true
name: coverage-data
# this action doesn't seem to respect working-directory so include working-directory value in path
path: spiffworkflow-backend

Expand Down

0 comments on commit 80bb62a

Please sign in to comment.