File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 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
3
3
4
- name : Java CI with Maven
4
+ # name: Java CI with Maven
5
5
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 ]
11
11
12
- jobs :
13
- build :
12
+ # jobs:
13
+ # build:
14
14
15
- runs-on : ubuntu-latest
15
+ # runs-on: ubuntu-latest
16
16
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
You can’t perform that action at this time.
0 commit comments