We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89e44d commit 97b9774Copy full SHA for 97b9774
1 file changed
.github/workflows/gradle.yml
@@ -15,11 +15,13 @@ jobs:
15
distribution: 'temurin'
16
- name: Setup Gradle
17
uses: gradle/gradle-build-action@v2
18
+ - name: Run tests
19
+ run: ./gradlew test
20
- name: Execute Gradle build
- run: ./gradlew war
21
+ run: ./gradlew clean war
22
- name: Release
23
uses: softprops/action-gh-release@v1
24
if: startsWith(github.ref, 'refs/tags/')
25
with:
26
draft: true
- files: etf-webapp/build/libs/etf-webapp.war
27
+ files: etf-webapp/build/libs/etf-webapp.war
0 commit comments