Skip to content

Commit 093d5b0

Browse files
committed
updated github actions
1 parent 856c0b0 commit 093d5b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
test:
88
if: github.base_ref == 'main'
99
runs-on: ubuntu-latest
10+
env:
11+
DATABASE_URL: ${{ secrets.DATABASE_URL }}
1012

1113
steps:
1214
- name: Checkout repository

0 commit comments

Comments
 (0)