Skip to content

Commit f08b05a

Browse files
committed
remove background profile
1 parent 75aeeb8 commit f08b05a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backend_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
docker compose -f compose.ray.yml build
6161
docker compose -f compose.ray.yml up --wait
6262
fi
63-
COMPOSE_PROFILES="weaviate,background,rq,backend" docker compose build
64-
COMPOSE_PROFILES="weaviate,background,rq" docker compose up --wait --quiet-pull
63+
COMPOSE_PROFILES="weaviate,rq,backend" docker compose build
64+
COMPOSE_PROFILES="weaviate,rq" docker compose up --wait --quiet-pull
6565
- name: Check 1 - pytest runs without errors
6666
working-directory: docker
6767
run: |
@@ -89,7 +89,7 @@ jobs:
8989
working-directory: docker
9090
run: |
9191
source .env
92-
COMPOSE_PROFILES="weaviate,background,rq,backend" docker compose up --wait --quiet-pull
92+
COMPOSE_PROFILES="weaviate,rq,backend" docker compose up --wait --quiet-pull
9393
- name: Check 6 - Test End-2-End importer script
9494
working-directory: backend
9595
env:

.github/workflows/frontend_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
API_WORKERS: 1
1717
VITE_APP_SERVER: http://localhost:13120
18-
COMPOSE_PROFILES: "weaviate,background,rq,backend,frontend"
18+
COMPOSE_PROFILES: "weaviate,rq,backend,frontend"
1919
BACKEND_HAS_CHANGED: false
2020
RAY_HAS_CHANGED: false
2121
steps:

0 commit comments

Comments
 (0)