From 418e5c14861d30b357dfbcaf17f5293e2829cbe9 Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Thu, 6 Jun 2024 16:38:16 -0700 Subject: [PATCH] test --- .github/workflows/callable-e2e-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/callable-e2e-tests.yml b/.github/workflows/callable-e2e-tests.yml index d67436211a7..aea8b575c5e 100644 --- a/.github/workflows/callable-e2e-tests.yml +++ b/.github/workflows/callable-e2e-tests.yml @@ -19,6 +19,7 @@ jobs: echo "DETOX_INTEG_CONFIG=$(cat .github/integ-config/detox-integ-all.yml | yq -o=json | jq -c .)" >> $GITHUB_OUTPUT echo "INTEG_CONFIG_SPECIALIZED=$(cat .github/integ-config/integ-specialized.yml | yq -o=json | jq -c .)" >> $GITHUB_OUTPUT echo "INTEG_CONFIG_SPECIALIZED=$(cat .github/integ-config/integ-specialized.yml | yq -o=json | jq -c .)" + echo "DETOX_INTEG_CONFIG=$(cat .github/integ-config/detox-integ-all.yml | yq -o=json | jq -c .)" working-directory: ./amplify-js outputs: integ-config: ${{ steps.load_config.outputs.INTEG_CONFIG }}