Skip to content

Commit a27bdfc

Browse files
committed
move build step to action
1 parent df8cfad commit a27bdfc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout source code
1515
uses: actions/checkout@v4
16-
17-
- name: Set up JDK 17
18-
uses: actions/setup-java@v3
19-
with:
20-
java-version: '17'
21-
distribution: 'corretto'
22-
cache: maven
23-
24-
- name: Build with Maven
25-
run: mvn clean package -DskipTests
2616

2717
- name: Build image
2818
uses: ./.github/actions/docker-build-or-tag

0 commit comments

Comments
 (0)