Skip to content

Commit 7fc61f8

Browse files
committed
update testing
1 parent 504b631 commit 7fc61f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install the project dependencies
3636
run: poetry install
3737
- name: Run the automated tests
38-
run: poetry run pytest -v
38+
run: poetry run pytest --token ${{ secrets.WEBAPI_TOKEN }} -v
3939

4040
- name: Semantic Release
4141
uses: bjoluc/semantic-release-config-poetry@v2

0 commit comments

Comments
 (0)