Skip to content

Commit 5eaced8

Browse files
committed
omit redundant step in deployment
1 parent e4e48c1 commit 5eaced8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/_deploy-reusable.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
- name: Install Dependencies
5656
run: pnpm i
5757

58-
- name: Generate SvelteKit config
59-
run: pnpm svelte-kit sync
60-
6158
- name: Build database
6259
env:
6360
APP_DB_URL: file:databases/app/app.db

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Install Dependencies
3030
run: pnpm i
3131

32-
- name: Generate SvelteKit config
33-
run: pnpm svelte-kit sync
34-
3532
- name: Update and Test database
3633
env:
3734
APP_DB_URL: file:databases/app/app.db # TODO: remove this from here

0 commit comments

Comments
 (0)