Skip to content

Commit

Permalink
remove '&& pnpm db:generate' from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Nov 6, 2024
1 parent a22c4fc commit ed8fb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
${{ runner.os }}-pnpm-
- name: Install dependencies
run: pnpm install && pnpm db:generate
run: pnpm install

- name: Test api code
run: cd ./apps/api && pnpm test && cd ../..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-multiple-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-pnpm-
- name: Install dependencies
run: pnpm install && pnpm db:generate
run: pnpm install

- name: Test api code
run: cd ./apps/api && pnpm test && cd ../..
Expand Down

0 comments on commit ed8fb5a

Please sign in to comment.