Skip to content

Commit

Permalink
update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
isandyawan committed Oct 21, 2023
1 parent 504b631 commit 7fc61f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install the project dependencies
run: poetry install
- name: Run the automated tests
run: poetry run pytest -v
run: poetry run pytest --token ${{ secrets.WEBAPI_TOKEN }} -v

- name: Semantic Release
uses: bjoluc/semantic-release-config-poetry@v2
Expand Down

0 comments on commit 7fc61f8

Please sign in to comment.