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 7bb560a commit 5abb44dCopy full SHA for 5abb44d
.github/workflows/dev-deploy.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: bun install --frozen-lockfile && bun run build
36
37
- name: Build Boot with Gradle
38
- run: ./gradlew :boot:bootjar -x test
+ run: ./gradlew :boot:test :boot:bootjar
39
40
- name: Upload Boot Jar
41
uses: actions/upload-artifact@v4
0 commit comments