Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit b2e17f8

Browse files
committed
feat: simplify ci
1 parent 90b1098 commit b2e17f8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@ jobs:
7070
with:
7171
node-version: 22
7272
- uses: astral-sh/setup-uv@v3
73-
- name: Install dependencies
74-
run: |
75-
uv sync --only-group deploy
76-
uv run --only-group deploy npm install
77-
- name: CDK Synth
78-
run: uv run --only-group deploy npm run cdk -- synth
73+
- name: Install npm dependencies
74+
run: uv run --only-group deploy npm install
7975
- name: CDK Deploy
8076
id: deploy
8177
run: |

0 commit comments

Comments
 (0)