Skip to content

Commit

Permalink
Test integration with custom branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Jan 27, 2025
1 parent 18e2acf commit 120ba9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ 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@master
uses: uc-cdis/gen3-code-vigil/.github/workflows/shared_integration_tests.yaml@chore/custom_cloud_auto_branch
with:
SERVICE_TO_TEST: fence
TEST_REPO_BRANCH: chore/custom_cloud_auto_branch
CLOUD_AUTO_BRANCH: chore/fence_create_add_poetry_run
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 120ba9b

Please sign in to comment.