Skip to content

Commit b27d42d

Browse files
authored
Update maven.yml
1 parent e7d6fef commit b27d42d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/maven.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# This workflow will build a Java project with Maven
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
1+
# # This workflow will build a Java project with Maven
2+
# # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
# name: Java CI with Maven
55

6-
on:
7-
push:
8-
branches: [ main ]
9-
pull_request:
10-
branches: [ main ]
6+
# on:
7+
# push:
8+
# branches: [ main ]
9+
# pull_request:
10+
# branches: [ main ]
1111

12-
jobs:
13-
build:
12+
# jobs:
13+
# build:
1414

15-
runs-on: ubuntu-latest
15+
# runs-on: ubuntu-latest
1616

17-
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
21-
with:
22-
java-version: 1.8
23-
- name: Build with Maven (JavaHelloWorld)
24-
run: mvn clean package
25-
- name: Build with Maven
26-
run: mvn clean package
27-
#- name: Build with TddPlayGround
28-
#run: cd dev_projects/TddPlayGround && mvn clean package
29-
#run: cd dev_projects/TddPlayGround && mvn test
17+
# steps:
18+
# - uses: actions/checkout@v2
19+
# - name: Set up JDK 1.8
20+
# uses: actions/setup-java@v1
21+
# with:
22+
# java-version: 1.8
23+
# - name: Build with Maven (JavaHelloWorld)
24+
# run: mvn clean package
25+
# - name: Build with Maven
26+
# run: mvn clean package
27+
# #- name: Build with TddPlayGround
28+
# #run: cd dev_projects/TddPlayGround && mvn clean package
29+
# #run: cd dev_projects/TddPlayGround && mvn test

0 commit comments

Comments
 (0)