Skip to content

Commit

Permalink
ci: fine-tune artifact stashing
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 13, 2021
1 parent 3539520 commit 8e05ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Stash test results
uses: actions/upload-artifact@master
with:
name: test-results
name: "Test results"
path: .coverage.out
retention-days: 7

coverage:
name: coverage
Expand All @@ -47,8 +48,7 @@ jobs:
- name: Unstash test results
uses: actions/download-artifact@master
with:
name: test-results
path: .coverage.out
name: "Test results"
- name: Upload test results
uses: paambaati/codeclimate-action@v3.0.0
env:
Expand Down

0 comments on commit 8e05ab3

Please sign in to comment.