Skip to content

Commit

Permalink
use custom branches for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj committed Dec 13, 2024
1 parent 397ff5c commit 22a03c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ concurrency:
jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@chore/use_custom_branch_for_integration_tests
with:
SERVICE_TO_TEST: fence
CLOUD_AUTO_BRANCH: chore/fence_deploy_azlinux
TEST_REPO_BRANCH: chore/custom_cloud_auto_branch
secrets:
CI_AWS_ACCESS_KEY_ID: ${{ secrets.CI_AWS_ACCESS_KEY_ID }}
CI_AWS_SECRET_ACCESS_KEY: ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 22a03c1

Please sign in to comment.