mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update pytest workflow and Makefile for CI
This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
|||||||
run: pipenv install --dev && pip install pytest
|
run: pipenv install --dev && pip install pytest
|
||||||
# You can test your matrix by printing the current Python version
|
# You can test your matrix by printing the current Python version
|
||||||
- name: Run the tests with pytest
|
- name: Run the tests with pytest
|
||||||
run: pipenv run make test
|
run: pipenv run make ci
|
||||||
env:
|
env:
|
||||||
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
|
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user