fix: Remove conditional execution for Node.js runtime installation in test workflow
All checks were successful
Run Tests / e2e tests (push) Successful in 1m17s
Run Tests / lint tests (push) Successful in 1m49s
Run Tests / unit tests (push) Successful in 55s

This commit is contained in:
2025-10-27 22:07:31 +01:00
parent 723f6a62b8
commit c5a9a7c96f

View File

@@ -36,7 +36,6 @@ jobs:
--health-retries 10
steps:
- name: Install Node.js runtime
if: ${{ matrix.target == 'e2e' }}
shell: bash
run: |
set -euo pipefail