diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15b764c..e7a3f33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: