Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Jun 7, 2024
1 parent 778b439 commit 579d88b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/callable-e2e-test-specialized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 579d88b

Please sign in to comment.