From 5a467267210b31a3a8513b5b3e7df837d8d83eb0 Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Wed, 24 Jul 2024 13:12:05 -0700 Subject: [PATCH] test --- .github/workflows/callable-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/callable-e2e-tests.yml b/.github/workflows/callable-e2e-tests.yml index bd7a7b38cef..85c450f966e 100644 --- a/.github/workflows/callable-e2e-tests.yml +++ b/.github/workflows/callable-e2e-tests.yml @@ -45,7 +45,7 @@ jobs: timeout_minutes: ${{ matrix.integ-config.timeout_minutes || 35 }} retry_count: ${{ matrix.integ-config.retry_count || 3 }} yarn_script: ${{ matrix.integ-config.yarn_script || '' }} - node_versions: ${{ toJSON(matrix.integ-config.node_versions) || '[""]' }} + node_versions: ${{ matrix.integ-config.node_versions || '[""]' }} # e2e-test-runner-headless: # name: E2E test runnner_headless