Skip to content

Commit 73b7f29

Browse files
committed
feat(ci): update ci for test
1 parent e30f98e commit 73b7f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: pip install dist/scaleway_qaas_client-${version}-py3-none-any.whl
3434

3535
- name: Install test
36-
run: pip install -r tests/requirements.txt
36+
run: make install-test
3737

3838
- name: Run test
39-
run: pytest -s --showprogress -vv tests/
39+
run: make test
4040
env:
4141
SCALEWAY_PROJECT_ID: ${{ secrets.STG_SCALEWAY_PROJECT_ID }}
4242
SCALEWAY_SECRET_KEY: ${{ secrets.STG_SCALEWAY_API_TOKEN }}

0 commit comments

Comments
 (0)