Skip to content

Commit 5174d8c

Browse files
Test Coverage Added
1 parent 11743ee commit 5174d8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: Run Tests with Coverage
22

33
on:
4-
push:
5-
pull_request:
4+
workflow_run:
5+
workflows: ["Regenerate NEAR RPC Client (create PR)"]
6+
types:
7+
- completed
68

79
jobs:
810
test:
911
runs-on: ubuntu-latest
10-
1112
steps:
1213
- uses: actions/checkout@v3
1314
- name: Set up JDK
1415
uses: actions/setup-java@v3
1516
with:
1617
distribution: temurin
1718
java-version: 17
18-
1919
- name: Run tests with Kover
2020
run: ./gradlew koverHtmlReport koverVerify

0 commit comments

Comments
 (0)