Skip to content

Commit 88a8a13

Browse files
authored
Update build.yml
1 parent 3f94e43 commit 88a8a13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
pip install pytest coverage codecov
3030
pip install .
3131
- name: Test with pytest
32+
env:
33+
SYPHT_API_BASE_ENDPOINT: ${{ vars.SYPHT_API_BASE_ENDPOINT }}
34+
SYPHT_API_KEY: ${{ secrets.SYPHT_API_KEY }}
35+
SYPHT_AUTH_ENDPOINT: ${{ vars.SYPHT_AUTH_ENDPOINT }}
3236
run: |
3337
echo "vars:"
3438
echo $SYPHT_API_BASE_ENDPOINT

0 commit comments

Comments
 (0)