Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bush committed Sep 20, 2023
1 parent 805ecf1 commit f4ff458
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,18 @@ jobs:
python -m pip install --upgrade pip
pip install pytest coverage codecov
pip install .
type python
type pip
type pytest
pip freeze
- name: Test with pytest
env:
SYPHT_API_BASE_ENDPOINT: ${{ vars.SYPHT_API_BASE_ENDPOINT }}
SYPHT_API_KEY: ${{ secrets.SYPHT_API_KEY }}
SYPHT_AUTH_ENDPOINT: ${{ vars.SYPHT_AUTH_ENDPOINT }}
run: |
type python
type pip
type pytest
pip freeze
pytest -s tests/*.py

0 comments on commit f4ff458

Please sign in to comment.