We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11743ee commit 5174d8cCopy full SHA for 5174d8c
.github/workflows/test.yaml
@@ -1,20 +1,20 @@
1
name: Run Tests with Coverage
2
3
on:
4
- push:
5
- pull_request:
+ workflow_run:
+ workflows: ["Regenerate NEAR RPC Client (create PR)"]
6
+ types:
7
+ - completed
8
9
jobs:
10
test:
11
runs-on: ubuntu-latest
-
12
steps:
13
- uses: actions/checkout@v3
14
- name: Set up JDK
15
uses: actions/setup-java@v3
16
with:
17
distribution: temurin
18
java-version: 17
19
- name: Run tests with Kover
20
run: ./gradlew koverHtmlReport koverVerify
0 commit comments