Skip to content

Commit 3477c7f

Browse files
committed
add staging db url to end to end tests
1 parent 269a72c commit 3477c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/end_to_end_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
- name: Run tests
1818
env:
1919
GH_PRIVATE_KEY: ${{ secrets.GH_STAGING_PRIVATE_KEY }}
20+
DB_URL: ${{secrets.STAGING_DB_URL}}
2021
run: cargo test -- --nocapture

0 commit comments

Comments
 (0)