ci: temporarily disable e2e tests in production workflow

This commit is contained in:
Graham McIntire 2026-03-10 10:01:19 -05:00
parent 6fd03ace16
commit b969a0fe6e
No known key found for this signature in database

View file

@ -79,6 +79,7 @@ jobs:
test-e2e:
name: Run E2E Tests
runs-on: ubuntu-22.04
if: false # Temporarily disabled
env:
MIX_ENV: dev
DATABASE_URL: ecto://postgres:postgres@postgres/towerops_dev