Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed Apr 30, 2024
1 parent 42de870 commit 98e59aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

env:
SKIP_ENV_VALIDATION: 1
DATABASE_URL: "file:./db.sqlite"
DATABASE_URL: 'file:./db.sqlite'

steps:
- uses: actions/checkout@v4
Expand All @@ -66,8 +66,8 @@ jobs:
matrix:
node-version: [20.x]

env:
DATABASE_URL: "file:./db.sqlite"
env:
DATABASE_URL: 'file:./db.sqlite'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98e59aa

Please sign in to comment.