Skip to content

Commit e8f89bc

Browse files
committed
initial
1 parent 5c616fa commit e8f89bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
types: [opened, synchronize, reopened, ready_for_review]
99

10+
env:
11+
DATABASE_URL: sqlite:///./test.db
12+
X_TOKEN: 1234
13+
1014
jobs:
1115
# quality:
1216
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)