fix: decrease shell boundaries crossing for E2E_REGEX passing

This commit is contained in:
pragmaxim
2026-03-16 11:45:26 +01:00
parent 3a9d4271bf
commit 1287b7f7ca
3 changed files with 3 additions and 3 deletions

View File

@@ -76,4 +76,4 @@ jobs:
vars_json: ${{ toJSON(vars) }}
- name: Run e2e tests
run: make test-e2e ARGS="-v -run ${E2E_REGEX}"
run: make test-e2e ARGS="-v"