Skip to content

Commit c59527d

Browse files
committed
debug
1 parent 98cddd0 commit c59527d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/export_backend_sandbox_variables.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ json_file="${root_dir}/sandbox_tf_outputs.json"
99
export TEMPLATE_STORAGE_TABLE_NAME=$(jq -r '.dynamodb_table_templates.value' "$json_file")
1010
export NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID=$(jq -r '.cognito_user_pool_client_id.value' "$json_file")
1111
export 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}"

0 commit comments

Comments
 (0)