Skip to content

Commit

Permalink
[jib] generate tmo image for test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogDevelopper committed Sep 26, 2024
1 parent 6054801 commit d938ae0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@ jobs:
with:
files: '**/test-results/**/*.xml'

- name: Jib
run: ./gradlew jib
- name: Containerize
run: ./gradlew jib -Djib.console='plain'
env:
CI: true
DOCKER_USR: ${{ secrets.DOCKER_USR }}
DOCKER_PSW: ${{ secrets.DOCKER_PSW }}
2 changes: 1 addition & 1 deletion micronaut-api-gateway-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ micronaut {
testRuntime("junit5")
processing {
incremental(true)
annotations("com.frogdevelopment.solae.*")
annotations("com.frogdevelopment.*")
}
}

Expand Down

0 comments on commit d938ae0

Please sign in to comment.