Skip to content

Commit 1b08872

Browse files
committed
.github/workflows/unit_tests.yaml: Add database env variable
Add TEUTHOLOGY_API_SQLITE_URI environment variable to tox.ini and unit_tests.yaml Signed-off-by: Devansh Singh <[email protected]>
1 parent 79d59c4 commit 1b08872

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/unit_tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: pull_request
33

44
jobs:
55
build:
6+
env:
7+
TEUTHOLOGY_API_SQLITE_URI: ${{ secrets.TEUTHOLOGY_API_SQLITE_URI }}
68
name: Unit Tests on python${{ matrix.python }} via ${{ matrix.os }}
79
runs-on: ${{ matrix.os }}
810
strategy:

Diff for: tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ setenv =
1515
passenv =
1616
HOME
1717
SETUPTOOLS_*
18+
TEUTHOLOGY_API_SQLITE_URI
1819
extras =
1920
testing
2021
commands =

0 commit comments

Comments
 (0)