Skip to content

Commit 7aa40c6

Browse files
authored
Merge pull request #604 from FalkorDB/copilot/align-ci-and-makefile-tools
Align GitHub Actions backend dependency sync with Makefile
2 parents 0795254 + ba9f130 commit 7aa40c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
version: "latest"
5353

5454
- name: Install backend dependencies
55-
run: uv sync --extra test
55+
run: uv sync --all-extras
5656

5757
docker-build:
5858
runs-on: ubuntu-latest

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
version: "latest"
4646

4747
- name: Install backend dependencies
48-
run: uv sync
48+
run: uv sync --all-extras
4949

5050
- name: Install frontend dependencies
5151
working-directory: ./app

0 commit comments

Comments
 (0)