Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Mar 23, 2024
1 parent 71f7075 commit 3a2c23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
name: Test
runs-on: ubuntu-latest
env:
DATABASE_URL: file:/var/test.db
DATABASE_URL: file:/var/lib/test.db
steps:
- uses: mskelton/setup-pnpm@v2
- run: pnpm playwright install chromium --with-deps
- run: pnpm prisma db push
- run: pnpm prisma migrate dev
- run: pnpm test
- name: Upload test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3a2c23a

Please sign in to comment.