Skip to content

Commit ee0bfc6

Browse files
Update maven.yml
1 parent 02d86c6 commit ee0bfc6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,7 @@ on:
99
- master
1010

1111
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v2
18-
19-
- name: Set up JDK 19
20-
uses: actions/setup-java@v2
21-
with:
22-
java-version: '19'
23-
distribution: 'temurin'
24-
25-
- name: Build Baloot 1 with Maven
26-
run: mvn clean install -f Baloot1/pom.xml
27-
28-
- name: Build Baloot 2 with Maven
29-
run: mvn clean install -f Baloot2/pom.xml
30-
3112
test:
32-
needs: build
3313
runs-on: ubuntu-latest
3414

3515
steps:

0 commit comments

Comments
 (0)