We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc64e0 commit bfee61bCopy full SHA for bfee61b
.github/workflows/release.yaml
@@ -12,4 +12,4 @@ jobs:
12
with:
13
org: DouglasNeuroinformatics
14
packages: open-data-capture-api, open-data-capture-gateway, open-data-capture-api
15
- validate_command: GATEWAY_DATABASE_URL=file:/dev/null pnpm lint
+ validate_command: GATEWAY_DATABASE_URL=file:${TMPDIR}tmp.db pnpm lint
0 commit comments