@@ -23,29 +23,29 @@ jobs:
2323 integ-config-headless : ${{ steps.load_config.outputs.INTEG_CONFIG_HEADLESS }}
2424 detox-integ-config : ${{ steps.load_config.outputs.DETOX_INTEG_CONFIG }}
2525
26- e2e-test-runner :
27- name : E2E test runnner
28- needs : e2e-prep
29- secrets : inherit
30- strategy :
31- matrix :
32- integ-config : ${{ fromJson(needs.e2e-prep.outputs.integ-config) }}
33- fail-fast : false
34- uses : ./.github/workflows/callable-e2e-test.yml
35- with :
36- test_name : ${{ matrix.integ-config.test_name }}
37- framework : ${{ matrix.integ-config.framework }}
38- category : ${{ matrix.integ-config.category }}
39- spec : ${{ matrix.integ-config.spec || '' }}
40- amplifyjs_dir : ${{ matrix.integ-config.amplifyjs_dir || false }}
41- sample_name : ${{ toJSON(matrix.integ-config.sample_name) || '[""]' }}
42- browser : ${{ toJSON(matrix.integ-config.browser) || '[""]' }}
43- backend : ${{ matrix.integ-config.backend }}
44- timeout_minutes : ${{ matrix.integ-config.timeout_minutes || 35 }}
45- retry_count : ${{ matrix.integ-config.retry_count || 3 }}
46- yarn_script : ${{ matrix.integ-config.yarn_script || '' }}
47- yarn_script_args : ${{ matrix.integ-config.yarn_script_args || '15' }}
48- env : ${{ matrix.integ-config.env && toJSON(matrix.integ-config.env) || '{}' }}
26+ # e2e-test-runner:
27+ # name: E2E test runnner
28+ # needs: e2e-prep
29+ # secrets: inherit
30+ # strategy:
31+ # matrix:
32+ # integ-config: ${{ fromJson(needs.e2e-prep.outputs.integ-config) }}
33+ # fail-fast: false
34+ # uses: ./.github/workflows/callable-e2e-test.yml
35+ # with:
36+ # test_name: ${{ matrix.integ-config.test_name }}
37+ # framework: ${{ matrix.integ-config.framework }}
38+ # category: ${{ matrix.integ-config.category }}
39+ # spec: ${{ matrix.integ-config.spec || '' }}
40+ # amplifyjs_dir: ${{ matrix.integ-config.amplifyjs_dir || false }}
41+ # sample_name: ${{ toJSON(matrix.integ-config.sample_name) || '[""]' }}
42+ # browser: ${{ toJSON(matrix.integ-config.browser) || '[""]' }}
43+ # backend: ${{ matrix.integ-config.backend }}
44+ # timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 35 }}
45+ # retry_count: ${{ matrix.integ-config.retry_count || 3 }}
46+ # yarn_script: ${{ matrix.integ-config.yarn_script || '' }}
47+ # yarn_script_args: ${{ matrix.integ-config.yarn_script_args || '15' }}
48+ # env: ${{ matrix.integ-config.env && toJSON(matrix.integ-config.env) || '{}' }}
4949
5050 # e2e-test-runner-headless:
5151 # name: E2E test runnner_headless
0 commit comments