From 7a0008737788a9efa1ac64033c9dbfe9e1a109f0 Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Thu, 6 Jun 2024 17:00:26 -0700 Subject: [PATCH] test --- .github/workflows/callable-e2e-test-specialized.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/callable-e2e-test-specialized.yml b/.github/workflows/callable-e2e-test-specialized.yml index ca47296ee6b..16c797fd48f 100644 --- a/.github/workflows/callable-e2e-test-specialized.yml +++ b/.github/workflows/callable-e2e-test-specialized.yml @@ -53,7 +53,7 @@ jobs: - name: Run Sample shell: bash working-directory: amplify-js-samples-staging/samples/${{ inputs.framework }}/${{ inputs.category }}/${{ matrix.sample_name }} - run: yarn run:sample + run: pwd && yarn run:sample - name: Run tests shell: bash working-directory: amplify-js-samples-staging