Skip to content

Commit cc8f3ad

Browse files
committed
Set envvar in Git Actions Tests
1 parent 3a097b5 commit cc8f3ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
test:
55
name: test py${{ matrix.python-version }}
66
runs-on: ubuntu-latest
7+
env:
8+
MAVEDB_BASE_URL: https://api.mavedb.org
79
strategy:
810
matrix:
911
python-version: ["3.11", "3.12"]

0 commit comments

Comments
 (0)