Skip to content

Commit

Permalink
action updates to test fail case
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Alexander committed Jan 29, 2024
1 parent 9922fc6 commit 5d4d4b0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/full-deploy-to-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,28 @@ jobs:
# echo Current tag: ${{steps.versioning.outputs.tag}}
# echo New tag: ${{steps.versioning.outputs.new_tag}}

deploy_all_lambdas:
name: Deploy all Lambdas
needs: ["lambda_test_job", "react_testing_job", "cypress_test_job"]
uses: ./.github/workflows/new_lambdas-deploy-feature-to-sandbox.yml
with:
build_branch: ${{ inputs.build_branch }}
sandbox: ${{ inputs.sandbox }}
environment: ${{ inputs.environment }}
secrets:
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
# deploy_all_lambdas:
# name: Deploy all Lambdas
# needs: ["lambda_test_job", "react_testing_job", "cypress_test_job"]
# uses: ./.github/workflows/new_lambdas-deploy-feature-to-sandbox.yml
# with:
# build_branch: ${{ inputs.build_branch }}
# sandbox: ${{ inputs.sandbox }}
# environment: ${{ inputs.environment }}
# secrets:
# AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}

deploy_ui:
name: Deploy UI
needs: ["lambda_test_job", "react_testing_job", "cypress_test_job"]
uses: ./.github/workflows/base-deploy-ui.yml
with:
build_branch: ${{ inputs.build_branch }}
environment: ${{ inputs.environment }}
sandbox: ${{ inputs.sandbox }}
secrets:
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
AWS_ECR_REPO_NAME: ${{ secrets.AWS_ECR_REPO_NAME }}
# deploy_ui:
# name: Deploy UI
# needs: ["lambda_test_job", "react_testing_job", "cypress_test_job"]
# uses: ./.github/workflows/base-deploy-ui.yml
# with:
# build_branch: ${{ inputs.build_branch }}
# environment: ${{ inputs.environment }}
# sandbox: ${{ inputs.sandbox }}
# secrets:
# AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
# AWS_ECR_REPO_NAME: ${{ secrets.AWS_ECR_REPO_NAME }}



Expand Down

0 comments on commit 5d4d4b0

Please sign in to comment.