File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 6
6
- " main"
7
7
- " rc"
8
8
- " hotfix-rc"
9
- pull_request_target :
9
+ pull_request :
10
10
types : [opened, synchronize]
11
11
merge_group :
12
12
type : [checks_requested]
13
13
workflow_dispatch :
14
14
15
15
env :
16
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
16
JAVA_VERSION : 17
18
17
19
18
jobs :
20
- check-run :
21
- name : Check PR run
22
- uses : bitwarden/gh-actions/.github/workflows/check-run.yml@main
23
-
24
19
test :
25
20
name : Test
26
21
runs-on : ubuntu-24.04
27
- needs : check-run
28
22
permissions :
29
23
contents : read
30
24
issues : write
34
28
steps :
35
29
- name : Check out repo
36
30
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
- with :
38
- ref : ${{ github.event.pull_request.head.sha }}
39
31
40
32
- name : Validate Gradle wrapper
41
33
uses : gradle/actions/wrapper-validation@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
90
82
- name : Upload to codecov.io
91
83
uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
92
84
with :
93
- file : app/build/reports/kover/reportStandardDebug.xml
94
- env :
95
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
85
+ files : app/build/reports/kover/reportStandardDebug.xml
You can’t perform that action at this time.
0 commit comments