We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c616fa commit e8f89bcCopy full SHA for e8f89bc
1 file changed
.github/workflows/main.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
types: [opened, synchronize, reopened, ready_for_review]
9
10
+env:
11
+ DATABASE_URL: sqlite:///./test.db
12
+ X_TOKEN: 1234
13
+
14
jobs:
15
# quality:
16
# runs-on: ubuntu-latest
0 commit comments