Skip to content

Commit

Permalink
build: fix test workflow after pnpm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Nov 30, 2021
1 parent e6d0bd9 commit 0fd59df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
- name: Checkout project
uses: actions/checkout@v2

- name: Install pnpm
run: npm i -g pnpm

- name: Prepare Database & Users
run: |
npm ci
pnpm install
npm run migrate
env:
PGDATABASE: tracking
Expand Down

0 comments on commit 0fd59df

Please sign in to comment.