Skip to content

Commit

Permalink
ci: upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Apr 25, 2024
1 parent db2988a commit 4890111
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,10 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Zxilly/go-size-analyzer
verbose: true
file: profile.txt
file: profile.txt

- name: Upload results
uses: actions/upload-artifact@v4
with:
name: results
path: results/

0 comments on commit 4890111

Please sign in to comment.