File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : demo
2- on : workflow_dispatch
2+ on : workflow_dispatch # helps to trigger manually on github actions page
33jobs :
44 sampleapp-build :
55 runs-on : ubuntu-latest
66 steps :
77 - name : get code
88 uses : actions/checkout@v4
9- - name : mvn compile
9+ - name : compile
1010 run : mvn compile
1111 - name : review
1212 run : mvn -P metrics pmd:pmd
1313 - name : test
1414 run : mvn test
1515 - name : verify
1616 run : mvn verify
17- - name : verify
17+ - name : package
1818 run : mvn package
Original file line number Diff line number Diff line change 11name : sampleapp-ci1
2- on : workflow_dispatch
2+ on : workflow_dispatch # helps to trigger manually on github actions page
33jobs :
44 compile :
55 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : sampleapp-ci2
2- on : workflow_dispatch
2+ on : workflow_dispatch # helps to trigger manually on github actions page
33jobs :
44 compile :
55 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments