Skip to content

Commit

Permalink
link binary at the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dumpstate committed Aug 26, 2023
1 parent 459a476 commit a202845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm build
run: pnpm build && pnpm link --global
- name: Apply DB Migrations
env:
PGUSER: bongo
Expand Down

0 comments on commit a202845

Please sign in to comment.