diff --git a/.github/workflows/verify_e2e-linux.yml b/.github/workflows/verify_e2e-linux.yml index e333aaba0c..daf041cd50 100644 --- a/.github/workflows/verify_e2e-linux.yml +++ b/.github/workflows/verify_e2e-linux.yml @@ -78,3 +78,5 @@ jobs: yarn e2e-test run env: BACKSTAGE_TEST_DISABLE_DOCKER: 1 + POSTGRES_USER: postgres + POSTGRES_PASSWORD: postgres