Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanshu-smartbear authored Jul 18, 2024
1 parent dfe93cf commit 48fbb1a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ze-test-management-plugin

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
# - uses: actions/checkout@v4
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# java-version: '17'
# distribution: 'temurin'

- name: Checkout BackEnd Code
uses: actions/checkout@v2
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Build with Maven
run: |
mvn -B -f pom.xml clean package -Dmaven.test.skip=true
mvn clean package -Dmaven.test.skip=true
mvn -v
cat /home/runner/.m2/settings.xml
Expand Down

0 comments on commit 48fbb1a

Please sign in to comment.