File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ jobs:
141141 aws-region : eu-west-2
142142 - name : " Run ui component test"
143143 run : |
144- cat sandbox_tf_outputs.json
145144 ./scripts/export_backend_sandbox_variables.sh
146145 cd tests/test-team
147146 npm run test:local-ui
148147 - name : Archive component test results
148+ if : always()
149149 uses : actions/upload-artifact@v4
150150 with :
151151 name : component test report
Original file line number Diff line number Diff line change @@ -9,8 +9,3 @@ json_file="${root_dir}/sandbox_tf_outputs.json"
99export TEMPLATE_STORAGE_TABLE_NAME=$( jq -r ' .dynamodb_table_templates.value' " $json_file " )
1010export NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID=$( jq -r ' .cognito_user_pool_client_id.value' " $json_file " )
1111export NEXT_PUBLIC_COGNITO_USER_POOL_ID=$( jq -r ' .cognito_user_pool_id.value' " $json_file " )
12-
13- # Print the exported environment variables
14- echo " TEMPLATE_STORAGE_TABLE_NAME=${TEMPLATE_STORAGE_TABLE_NAME} "
15- echo " NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID=${NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID} "
16- echo " NEXT_PUBLIC_COGNITO_USER_POOL_ID=${NEXT_PUBLIC_COGNITO_USER_POOL_ID} "
You can’t perform that action at this time.
0 commit comments