Skip to content

Commit

Permalink
Merge branch 'main' into it
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Dec 13, 2024
2 parents 0fb139a + 7f76285 commit f963c0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
container_app_environment_name: ${{ secrets.ACA_ENV_NAME }}
resource_group_name: ${{ secrets.ACA_ENV_RESOURCE_GROUP_NAME }}
pat_token: ${{ secrets.GIT_PAT }}
self_hosted_runner_image_tag: "3.5.1"
self_hosted_runner_image_tag: "v3.5.1"


integration_tests:
Expand Down Expand Up @@ -58,10 +58,9 @@ jobs:
- name: Run integration tests
run: |
${{ runner.temp }}/maven/bin/mvn verify \
-Pit \
-s ${{ runner.temp }}/settings.xml \
--no-transfer-progress \
-DskipUTs=true \
-DskipITs=false \
-Dbase_uri=${{ secrets.IT_BASE_URI }} \
-Dadmin_client_id=${{ secrets.IT_ADMIN_CLIENT_ID }} \
-Dadmin_client_secret=${{ secrets.IT_ADMIN_CLIENT_SECRET }} \
Expand Down Expand Up @@ -92,4 +91,4 @@ jobs:
subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
resource_group_name: ${{ secrets.ACA_ENV_RESOURCE_GROUP_NAME }}
runner_name: ${{ needs.create_runner.outputs.runner_name }}
pat_token: ${{ secrets.GIT_PAT }}
pat_token: ${{ secrets.GIT_PAT }}

0 comments on commit f963c0c

Please sign in to comment.