Skip to content

Commit f5cdce3

Browse files
tishunthachlp
authored andcommitted
Test failures not reported because step is skipped (redis#3067)
1 parent e2d8e50 commit f5cdce3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
- name: Upload test failure reports to Codecov
6161
uses: codecov/test-results-action@v1
62+
if: always() # always upload test results to include test failures
6263
with:
6364
fail_ci_if_error: false
6465
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Release Drafter
22

3-
on:
4-
push:
5-
# branches to consider in the event; optional, defaults to all
6-
branches:
7-
- '[0-9].*'
8-
# pull_request event is required only for autolabeler
9-
pull_request:
10-
types: [opened, reopened, synchronize]
3+
on: workflow_dispatch
114

125
permissions:
136
contents: read

0 commit comments

Comments
 (0)