Skip to content

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
alexipharmical committed Jun 10, 2024
1 parent 070edbd commit bdd7609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew bootJar
run: ./gradlew jar

- name: Docker build & push to prod
run: |
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

0 comments on commit bdd7609

Please sign in to comment.