Skip to content

Commit

Permalink
Test failures not reported because step is skipped (#3067)
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun authored Dec 2, 2024
1 parent 5c211ae commit 28a4154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test failure reports to Codecov
uses: codecov/test-results-action@v1
if: always() # always upload test results to include test failures
with:
fail_ci_if_error: false
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- '[0-9].*'
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
on: workflow_dispatch

permissions:
contents: read
Expand Down

0 comments on commit 28a4154

Please sign in to comment.