Skip to content

Commit

Permalink
modify appid for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayada1 committed Jan 17, 2024
1 parent fb57010 commit f562673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
DE_IMAGE: 'ghcr.io/radius-project/deployment-engine'
DE_TAG: 'latest'
FUNCTIONAL_TEST_APP_ID: 425843
FUNCTIONAL_TEST_APP_ID: 428394
outputs:
REL_VERSION: ${{ steps.gen-id.outputs.REL_VERSION }}
UNIQUE_ID: ${{ steps.gen-id.outputs.UNIQUE_ID }}
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
BICEP_RECIPE_TAG_VERSION: ${{ needs.build.outputs.REL_VERSION }}
DE_IMAGE: ${{ needs.build.outputs.DE_IMAGE }}
DE_TAG: ${{ needs.build.outputs.DE_TAG }}
FUNCTIONAL_TEST_APP_ID: 425843
FUNCTIONAL_TEST_APP_ID: 428394
steps:
- name: Login as the GitHub App
uses: tibdex/github-app-token@v1
Expand Down

0 comments on commit f562673

Please sign in to comment.