fix: Remove conditional execution for Node.js runtime installation in test workflow
This commit is contained in:
@@ -36,7 +36,6 @@ jobs:
|
|||||||
--health-retries 10
|
--health-retries 10
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js runtime
|
- name: Install Node.js runtime
|
||||||
if: ${{ matrix.target == 'e2e' }}
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user