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 f9590a8 commit af04645Copy full SHA for af04645
.github/workflows/ci-build.yml
@@ -20,5 +20,5 @@ jobs:
20
- name: Set up Gradle
21
uses: gradle/actions/setup-gradle@v5
22
- name: Set up TestLens
23
- uses: testlens-app/setup-testlens@v1.4.0
+ uses: testlens-app/setup-testlens@v1.5.1
24
- run: "./gradlew build"
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- run: "./gradlew :publishPlugin --no-configuration-cache"
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments