We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a051dce commit 01f458cCopy full SHA for 01f458c
.github/workflows/callable-e2e-tests.yml
@@ -41,6 +41,7 @@ jobs:
41
sample_name: ${{ toJSON(matrix.integ-config.sample_name) || '[""]' }}
42
browser: ${{ toJSON(matrix.integ-config.browser) || '[""]' }}
43
backend: ${{ matrix.integ-config.backend }}
44
+ backend_name: ${{ matrix.integ-config.backend_name || '' }}
45
timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 35 }}
46
retry_count: ${{ matrix.integ-config.retry_count || 3 }}
47
yarn_script: ${{ matrix.integ-config.yarn_script || '' }}
0 commit comments