Skip to content

Commit

Permalink
disable actions to be faster
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Oct 18, 2023
1 parent 3b49874 commit 6167be7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
echo "TARGET_ENV_UPPERCASE=SIT" >> $GITHUB_ENV
- name: Run Snyk as a blocking step
if: ${{ startsWith(github.ref, 'test') }}
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand All @@ -123,6 +124,7 @@ jobs:
--severity-threshold=high
--fail-on=all
- name: Run Snyk on Python
if: ${{ startsWith(github.ref, 'test') }}
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:
poetry build
- name: Test with pytest
if: ${{ startsWith(github.ref, 'test') }}
run: |
poetry run pytest tests/test_api.py -k 'test_gettimeseries_get'
poetry run pytest tests/test_hydrocron_database.py
Expand Down

0 comments on commit 6167be7

Please sign in to comment.