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
|
||||
steps:
|
||||
- name: Install Node.js runtime
|
||||
if: ${{ matrix.target == 'e2e' }}
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user