You've already forked pages
forked from didirus/AstralRinth
Fix lint again
This commit is contained in:
3
.github/workflows/turbo-ci.yml
vendored
3
.github/workflows/turbo-ci.yml
vendored
@@ -75,3 +75,6 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: pnpm test
|
||||
env:
|
||||
SQLX_OFFLINE: true
|
||||
DATABASE_URL: postgresql://labrinth:labrinth@localhost/postgres
|
||||
|
||||
13
turbo.json
13
turbo.json
@@ -19,14 +19,23 @@
|
||||
"SQLX_OFFLINE"
|
||||
]
|
||||
},
|
||||
"lint": {},
|
||||
"lint": {
|
||||
"env": [
|
||||
"SQLX_OFFLINE"
|
||||
]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
||||
"env": ["DISPLAY", "WEBKIT_DISABLE_DMABUF_RENDERER"]
|
||||
},
|
||||
"test": {},
|
||||
"test": {
|
||||
"env": [
|
||||
"SQLX_OFFLINE",
|
||||
"DATABASE_URL"
|
||||
]
|
||||
},
|
||||
"fix": {
|
||||
"cache": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user