Skip to content

Commit

Permalink
upload count
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Feb 25, 2024
1 parent d075a8e commit 001582a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@ jobs:
cat test-count
echo "Total tests: $(cat test-count)"
- name: Upload Count
uses: actions/upload-artifact@v3
with:
name: test-count
path: ./test-count

# - name: Download Coverage
# uses: actions/download-artifact@v3
# with:
Expand Down

0 comments on commit 001582a

Please sign in to comment.