Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore committed Oct 16, 2023
1 parent da7d1f0 commit f82fb2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_terraform_plan_apply_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ jobs:
name: "smoketest"
#needs: apply
#if: inputs.action == 'plan_apply' && needs.plan.outputs.plan_exitcode == '2' && inputs.environment == 'development'
if: inputs.environment == 'development'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -294,5 +295,5 @@ jobs:
--role-session-name smoketesting-data-platform \
--query "Credentials.[AccessKeyId,SecretAccessKey,SessionToken]" \
--output text))
export API_AUTH=$(aws secretsmanager get-secret-value --secret-id data-platform-api-auth-token)
export API_AUTH=$(aws secretsmanager get-secret-value --secret-id data-platform-api-auth-token --query 'SecretString' --output text --no-cli-pager)
pip install -r requirements.txt && python run_smoke_tests.py

0 comments on commit f82fb2f

Please sign in to comment.