Refactor CI workflow for E2E tests

Updated CI workflow to include E2E tests conditionally.
This commit is contained in:
Julian Wolf
2026-04-05 21:54:03 +02:00
committed by GitHub
parent 1591edbeca
commit c9861dbef8
+1
View File
@@ -46,6 +46,7 @@ jobs:
e2e:
name: E2E Tests
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4