We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73a700 commit dd1a56eCopy full SHA for dd1a56e
1 file changed
.github/workflows/master_javaappanuj.yml
@@ -14,21 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - uses: actions/checkout@v2
18
-
19
- - name: Set up Java version
20
- uses: actions/setup-java@v1
21
- with:
22
- java-version: '8'
23
24
- - name: Build with Maven
25
- run: mvn clean install
26
27
- - name: Upload artifact for deployment job
28
- uses: actions/upload-artifact@v2
29
30
- name: java-app
31
- path: '${{ github.workspace }}/target/*.jar'
+ - uses: anujdevopslearn/GithubActions/.github/workflows/maven-reusable.yml@master
32
33
deploy:
34
0 commit comments