Skip to content

Commit

Permalink
Update ci commands
Browse files Browse the repository at this point in the history
infosecB committed Jan 6, 2024
1 parent 1027f41 commit 23ae39c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -24,9 +24,10 @@ jobs:
- name: Update PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

- name: Run Pytest
run: poetry run pytest
- name: Install dependecies
run: poetry install
- name: Run Tox
run: poetry run tox
release:
name: Release
runs-on: ubuntu-latest

0 comments on commit 23ae39c

Please sign in to comment.