Skip to content

Commit 5abb44d

Browse files
committed
ci: dev build test
1 parent 7bb560a commit 5abb44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: bun install --frozen-lockfile && bun run build
3636

3737
- name: Build Boot with Gradle
38-
run: ./gradlew :boot:bootjar -x test
38+
run: ./gradlew :boot:test :boot:bootjar
3939

4040
- name: Upload Boot Jar
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)