Skip to content

Commit

Permalink
build: re-enable upload-test-reports for macos-13 runner (#1335)
Browse files Browse the repository at this point in the history
* build: re-enable upload-test-reports for macos-13 runner

* temporarily enable it on pr

* Revert "temporarily enable it on pr"

This reverts commit 0d16fe5.
  • Loading branch information
viirya authored Jan 25, 2025
1 parent a5b36b4 commit 59f172c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/java-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ runs:

- name: Upload coverage results
if: ${{ inputs.upload-test-reports == 'true' }}
uses: codecov/codecov-action@v3 # uses v3 as it allows tokenless uploading
uses: codecov/codecov-action@v5
3 changes: 1 addition & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ jobs:
uses: ./.github/actions/java-test
with:
maven_opts: -Pspark-${{ matrix.spark-version }}
# https://github.com/codecov/codecov-action/issues/1549
# upload-test-reports: true
upload-test-reports: true

macos-aarch64-test-with-spark4_0:
strategy:
Expand Down

0 comments on commit 59f172c

Please sign in to comment.