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 fe8586d commit e6f5138
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update-properties-table-in-ms-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
- uses: actions/checkout@v3
name: Checkout Azure/azure-sdk-for-java
with:
repository: Azure/azure-sdk-for-java
repository: 'Azure/azure-sdk-for-java'
path: 'azure-sdk-for-java'
ref: main
token: ${{ secrets.UPDATE_PROPERTIES_TABLE_IN_MS_DOCS_GITHUB_ACCESS_TOKEN }}
sparse-checkout: |
sdk/spring
eng
sdk/keyvault
sdk/boms
sdk/aot
sdk/jdbc
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
Expand All @@ -34,14 +35,14 @@ jobs:

- name: Build latest azure-sdk-for-java repository
run: |
cd azure-sdk-for-java
mvn clean install -Dmaven.javadoc.skip=true -DskipTests \
-Dcheckstyle.skip=true \
-ntp \
-Dspotbugs.skip=true \
-Drevapi.skip=true -Djacoco.skip=true \
-Dparallel-test-playback \
-Pdev \
-f sdk/spring/pom.xml
-Pdev -T 4 -f sdk/spring/pom.xml
- uses: actions/checkout@v3
name: Checkout microsoft/spring-cloud-azure
Expand Down

0 comments on commit e6f5138

Please sign in to comment.