Skip to content

Commit 7fa57c4

Browse files
authored
Update build.yml test
1 parent 91893c1 commit 7fa57c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ jobs:
3030
pip install .
3131
- name: Test with pytest
3232
run: |
33+
echo "vars:"
34+
echo $SYPHT_BASE_ENDPOINT
35+
echo $SYPHT_API_KEY
3336
pytest -s tests/*.py

0 commit comments

Comments
 (0)