-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRMDR 627 - Smoke test CI to Main (#300)
Add CI to Main smoke tests
- Loading branch information
1 parent
02b60c1
commit 524e02c
Showing
7 changed files
with
65 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# .github/workflows/terraform-dev | ||
name: 'Cypress Smoketest CI to Main: Smoketest shared actions checking CI deployments' | ||
|
||
on: | ||
workflow_run: | ||
workflows: | ||
[ | ||
'CI UI - Development CI Feature Branch to Main', | ||
'CI Lambdas - CI Feature to Main' | ||
] | ||
types: | ||
- completed | ||
|
||
permissions: | ||
pull-requests: write | ||
id-token: write # This is required for requesting the JWT | ||
contents: read # This is required for actions/checkout | ||
|
||
jobs: | ||
smoketest: | ||
uses: ./.github/workflows/base-cypress-smoketest.yml | ||
with: | ||
build_branch: main | ||
environment: development | ||
sandbox: ndr-dev | ||
secrets: | ||
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }} | ||
CYPRESS_USERNAME: ${{ secrets.CYPRESS_USERNAME }} | ||
CYPRESS_PASSWORD: ${{ secrets.CYPRESS_PASSWORD }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters