diff --git a/.github/workflows/callable-e2e-test-specialized.yml b/.github/workflows/callable-e2e-test-specialized.yml index f8726ec9664..86bb8dac7b2 100644 --- a/.github/workflows/callable-e2e-test-specialized.yml +++ b/.github/workflows/callable-e2e-test-specialized.yml @@ -50,14 +50,16 @@ jobs: GH_TOKEN_STAGING_READ: ${{ secrets.GH_TOKEN_STAGING_READ }} - name: Load Verdaccio with AmplifyJs uses: ./amplify-js/.github/actions/load-verdaccio-with-amplify-js - - name: Run Sample - shell: bash - working-directory: amplify-js-samples-staging/samples/${{ inputs.framework }}/${{ inputs.category }}/${{ matrix.sample_name }} - run: yarn run:ci:sample & - - name: Run tests + # - name: Run Sample + # shell: bash + # working-directory: amplify-js-samples-staging/samples/${{ inputs.framework }}/${{ inputs.category }}/${{ matrix.sample_name }} + # run: yarn run:ci:sample & + - name: Run sample & tests shell: bash working-directory: amplify-js-samples-staging - run: chmod +x scripts/test-ssr-context-isolation.sh && yarn ci:ssr-context-isolation + run: | + yarn ---cwd samples/${{ inputs.framework }}/${{ inputs.category }}/${{ matrix.sample_name }} run:ci:sample & + chmod +x scripts/test-ssr-context-isolation.sh && yarn ci:ssr-context-isolation - name: Upload artifact uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce if: failure()