Skip to content

Commit 97b9774

Browse files
committed
Chore: run tests in pipeline
1 parent f89e44d commit 97b9774

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
distribution: 'temurin'
1616
- name: Setup Gradle
1717
uses: gradle/gradle-build-action@v2
18+
- name: Run tests
19+
run: ./gradlew test
1820
- name: Execute Gradle build
19-
run: ./gradlew war
21+
run: ./gradlew clean war
2022
- name: Release
2123
uses: softprops/action-gh-release@v1
2224
if: startsWith(github.ref, 'refs/tags/')
2325
with:
2426
draft: true
25-
files: etf-webapp/build/libs/etf-webapp.war
27+
files: etf-webapp/build/libs/etf-webapp.war

0 commit comments

Comments
 (0)