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 7d17d17 commit dab4923Copy full SHA for dab4923
.github/workflows/gradle.yml
@@ -25,11 +25,11 @@ jobs:
25
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
26
- name: "🔨 Build project"
27
id: build
28
- with:
+ env:
29
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
30
run: ./gradlew build
31
- name: "🏃♀️Run functional tests"
32
33
34
run: |
35
cd spock-container-test-app
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: "📖 Generate Documentation"
49
id: docs
50
if: steps.publish.outcome == 'success'
51
52
53
run: ./gradlew groovydoc
54
- name: "📝 Export Gradle Properties"
0 commit comments