ci: temporarily disable e2e tests in production workflow
This commit is contained in:
parent
6fd03ace16
commit
b969a0fe6e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue