Skip to content

Commit

Permalink
fix: test version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nava Atluri committed Mar 15, 2023
1 parent 7dd7973 commit e77a6e4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/secureliCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
run: |
pip install poetry
pip install pre-commit
pre-commit --version
grep ^INSTALL .git/hooks/pre-commit
head -1 $(which pre-commit)
poetry install
- name: Run Tests
run: |
poetry run poe precommit
poetry run poe coverage
poetry run secureli yeti
# - name: Run Tests
# run: |
# poetry run poe precommit
# poetry run poe coverage
# poetry run secureli yeti
- name: Python Semantic Release
if: github.event_name == 'push' && github.ref == 'refs/heads/feature/stft-133-test-version'
uses: relekang/python-semantic-release@master
Expand Down

0 comments on commit e77a6e4

Please sign in to comment.