Skip to content

Commit

Permalink
Remove redundant test publishing from Python job
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Nov 13, 2023
1 parent bbb67cb commit 093ffa3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,14 +579,6 @@ jobs:
with:
name: python-api-coverage
path: lib/python/**/coverage.xml
- name: Publish test results
# If the actor is Dependabot, we need to avoid anything that requires access to secrets.
if: github.actor != 'dependabot[bot]'
uses: scacap/action-surefire-report@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
check_name: Python API test report
fail_on_test_failures: true

R-api:
name: R API
Expand Down Expand Up @@ -635,6 +627,7 @@ jobs:
-pl lib/R -am
${{ env.PATHLING_OPTS }}
timeout-minutes: 30

site:
name: Site
runs-on: ubuntu-latest
Expand Down

0 comments on commit 093ffa3

Please sign in to comment.