Skip to content

Commit

Permalink
build: fix build removing test output
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 20, 2021
1 parent 6854d9a commit d861564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
run: make lint
- name: Test
run: make test
- name: Build
run: make build
- name: Stash test results
uses: actions/upload-artifact@master
with:
name: "Test results"
path: .coverage.out
retention-days: 7
- name: Build
run: make build

coverage:
name: coverage
Expand Down

0 comments on commit d861564

Please sign in to comment.