Skip to content

Commit a227d9f

Browse files
chmouelzakisk
authored andcommitted
chore: Add second GitHub application ID to e2e tests
Added the `TEST_GITHUB_SECOND_APPLICATION_ID` environment variable to the e2e test workflow. This is necessary to support testing with a second GitHub application ID.
1 parent f97499b commit a227d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ jobs:
416416
TEST_BITBUCKET_SERVER_TOKEN: ${{ secrets.BITBUCKET_SERVER_TOKEN }}
417417
TEST_BITBUCKET_SERVER_API_URL: ${{ secrets.BITBUCKET_SERVER_API_URL }}
418418
TEST_BITBUCKET_SERVER_WEBHOOK_SECRET: ${{ secrets.BITBUCKET_SERVER_WEBHOOK_SECRET }}
419+
TEST_GITHUB_SECOND_APPLICATION_ID: ${{ vars.TEST_GITHUB_SECOND_APPLICATION_ID }}
419420
run: |
420421
./hack/gh-workflow-ci.sh run_e2e_tests
421422

0 commit comments

Comments
 (0)