Skip to content

Commit

Permalink
Update sync_sdk_with_new_api_spec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat authored Aug 12, 2024
1 parent 03c281f commit b05a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_sdk_with_new_api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash
working-directory: ./equinix-openapi-fabric
run: |-
mvn clean package -DenvUrl=${{ env.TEST_HOST_URL }} -DuserName=${{ env.TEST_USER_NAME }} \
mvn clean package -DskipTests -DenvUrl=${{ env.TEST_HOST_URL }} -DuserName=${{ env.TEST_USER_NAME }} \
-DuserPassword=${{ env.TEST_USER_PASSWORD }} -DclientId=${{ env.CLIENT_ID }} -DclientSecret=${{ env.CLIENT_SECRET }}
- name: Commit changes
Expand Down

0 comments on commit b05a626

Please sign in to comment.