We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a2045 commit cdce396Copy full SHA for cdce396
.github/workflows/ci-build.yml
@@ -19,4 +19,6 @@ jobs:
19
java-version: 17
20
- name: Set up Gradle
21
uses: gradle/actions/setup-gradle@v5
22
+ - name: Set up TestLens
23
+ uses: testlens-app/[email protected]
24
- run: "./gradlew build"
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
17
18
- run: "./gradlew :publishPlugin --no-configuration-cache"
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments