Skip to content

Commit

Permalink
Update update-properties-table-in-ms-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Aug 26, 2024
1 parent e8bd778 commit 6a701df
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/update-properties-table-in-ms-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ jobs:
- name: Build latest azure-sdk-for-java repository
run: |
cd azure-sdk-for-java
mvn clean install -Dmaven.javadoc.skip=true -DskipTests \
mvn clean install \
-Dcheckstyle.skip=true \
-ntp \
-Dcodesnippet.skip \
-Denforcer.skip \
-Djacoco.skip=true \
-Dmaven.javadoc.skip=true \
-Drevapi.skip=true \
-DskipTests \
-Dspotbugs.skip=true \
-Drevapi.skip=true -Djacoco.skip=true \
-Pdev -T 4 -f sdk/spring/pom.xml
-T 4 -ntp -Pdev -f sdk/spring/pom.xml
- uses: actions/checkout@v3
name: Checkout microsoft/spring-cloud-azure
Expand Down

0 comments on commit 6a701df

Please sign in to comment.