Skip to content

Commit 2e9d8e2

Browse files
Remove E2E_ENABLED GHA flag (#147)
E2E tests should always run
1 parent 6e6412d commit 2e9d8e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- run: uv run pytest --ignore=tests/test_e2e.py --ignore=tests/test_e2e_tracing.py
1919

2020
e2e:
21-
if: vars.E2E_ENABLED == 'true'
2221
runs-on: ubuntu-latest
2322
env:
2423
UCODE_TEST_WORKSPACE: ${{ secrets.UCODE_TEST_WORKSPACE }}

0 commit comments

Comments
 (0)