mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update pytest workflow to use make test
This commit is contained in:
@@ -17,5 +17,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
# You can test your matrix by printing the current Python version
|
||||
- name: Display Python version
|
||||
run: python -c "import sys; print(sys.version)"
|
||||
- name: Run the tests with pytest
|
||||
run: make test
|
||||
env:
|
||||
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user