Skip to content

Commit

Permalink
Merge pull request #1451 from ministryofjustice/MLPAB-1938-ur-environ…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital authored Aug 28, 2024
2 parents e4f0d7a + f0b110c commit 1e05f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dispatch_deploy_to_ur_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
with:
tag: ur-${{ inputs.tag_to_deploy }}
checkout_tag : ${{ inputs.tag_to_deploy }}
branch_name: ${{ github.head_ref }}

ui_tests_image:
name: Run Cypress UI Tests On ur Images
Expand All @@ -63,7 +64,7 @@ jobs:
run_against_image: true
tag: ur-${{ inputs.tag_to_deploy}}
checkout_tag: ${{ inputs.tag_to_deploy}}
specs: 'cypress/e2e/**/*.js'
specs: 'cypress/e2e/**/*.cy.js'
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}
Expand Down

0 comments on commit 1e05f47

Please sign in to comment.