Skip to content

Commit

Permalink
checking python test
Browse files Browse the repository at this point in the history
  • Loading branch information
RazcoDev committed Apr 18, 2024
1 parent 87eecb6 commit ba0747f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-sdk-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Release permit python SDK

on:
release:
types: [published]

push:
env:
PROJECT_ID: 7f55831d77c642739bc17733ab0af138 #github actions project id (under 'Permit.io Tests' workspace)
ENV_NAME: python-sdk-ci
Expand Down Expand Up @@ -74,6 +72,8 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip freeze
python --version
pytest -s --cache-clear --cov=app tests/ > pytest-coverage.txt
- name: Comment coverage
Expand Down

0 comments on commit ba0747f

Please sign in to comment.