From e28df7c843d17afc5565505a128bfca5f6fd071d Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Tue, 26 Mar 2024 14:22:11 +0100 Subject: [PATCH] fix(): e2e Signed-off-by: Bence Csati --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7135abf..d40b702 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -257,13 +257,6 @@ jobs: BAO_DEV_ROOT_TOKEN_ID: 227e1cce-6bf7-30bb-2d2a-acc854318caf ports: - 8300:8200 - postgre: - image: postgres - env: - POSTGRES_PASSWORD: mysecretpassword - POSTGRES_DB: mydb - ports: - - 5432:5432 steps: - name: Checkout repository