Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Aug 9, 2024
1 parent 714cbfd commit 660e2e3
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
@@ -1,5 +1,7 @@
name: Build
on: [push]
env:
DATABASE_URL: file:./data/mskelton.db
jobs:
lint:
name: Lint
Expand All @@ -22,8 +24,6 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
DATABASE_URL: file:./data/mskelton.db
steps:
- uses: mskelton/setup-pnpm@v3
- run: pnpm playwright install chromium --with-deps
Expand Down

0 comments on commit 660e2e3

Please sign in to comment.