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 977fc21 commit 0abc48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-deploy-to-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ./.github/workflows/base-cypress-test-all-env.yml
with:
build_branch: ${{ inputs.build_branch }}
base_url: '${{ var.CYPRESS_BASE_URL }}'
base_url: ${{ vars.CYPRESS_BASE_URL }}

# tag_and_release:
# needs: ["lambda_test_job", "react_testing_job", "cypress_test_job"]
Expand Down

0 comments on commit 0abc48b

Please sign in to comment.