Skip to content

Commit 01f458c

Browse files
committed
update tests.yml
1 parent a051dce commit 01f458c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/callable-e2e-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
sample_name: ${{ toJSON(matrix.integ-config.sample_name) || '[""]' }}
4242
browser: ${{ toJSON(matrix.integ-config.browser) || '[""]' }}
4343
backend: ${{ matrix.integ-config.backend }}
44+
backend_name: ${{ matrix.integ-config.backend_name || '' }}
4445
timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 35 }}
4546
retry_count: ${{ matrix.integ-config.retry_count || 3 }}
4647
yarn_script: ${{ matrix.integ-config.yarn_script || '' }}

0 commit comments

Comments
 (0)