Skip to content

Commit

Permalink
test e2e-ash
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar committed Jun 29, 2023
1 parent fe6af6c commit 5b64095
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/callable-e2e-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
run: echo "INTEG_CONFIG=$(cat .github/workflows/integ-config/*.yml | yq -o=json | jq -c .)" >> $GITHUB_ENV
working-directory: ./amplify-js

e2e-test-runner:
name: e2e test runnner
needs: e2e-prep
secrets: inherit
strategy:
matrix:
integ-config: ${{ fromJson(needs.e2e-prep.outputs.integ-config) }}
uses: ./.github/workflows/callable-unit-tests.yml
with:
test_name: ${{ matrix.integ-config.test_name }}
framework: ${{ matrix.integ-config.framework }}
category: ${{ matrix.integ-config.category }}
sample_name: ${{ matrix.integ-config.sample_name }}
spec: ${{ matrix.integ-config.spec }}
browser: ${{ matrix.integ-config.browser }}
# e2e-test-runner:
# name: e2e test runnner
# needs: e2e-prep
# secrets: inherit
# strategy:
# matrix:
# integ-config: ${{ fromJson(needs.e2e-prep.outputs.integ-config) }}
# uses: ./.github/workflows/callable-unit-tests.yml
# with:
# test_name: ${{ matrix.integ-config.test_name }}
# framework: ${{ matrix.integ-config.framework }}
# category: ${{ matrix.integ-config.category }}
# sample_name: ${{ matrix.integ-config.sample_name }}
# spec: ${{ matrix.integ-config.spec }}
# browser: ${{ matrix.integ-config.browser }}

0 comments on commit 5b64095

Please sign in to comment.