Skip to content

Commit

Permalink
build changes- final
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Apr 26, 2022
1 parent 3e97fff commit c5878ee
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'temurin'
Expand Down Expand Up @@ -55,5 +52,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
cat $GITHUB_WORKSPACE/settings.xml
mvn -B verify -s $GITHUB_WORKSPACE/settings.xml -DskipTests
mvn -s $GITHUB_WORKSPACE/settings.xml clean install -DskipTests

0 comments on commit c5878ee

Please sign in to comment.