We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f94e43 commit 88a8a13Copy full SHA for 88a8a13
.github/workflows/build.yml
@@ -29,6 +29,10 @@ jobs:
29
pip install pytest coverage codecov
30
pip install .
31
- 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 }}
36
run: |
37
echo "vars:"
38
echo $SYPHT_API_BASE_ENDPOINT
0 commit comments