We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30f98e commit 73b7f29Copy full SHA for 73b7f29
.github/workflows/test.yaml
@@ -33,10 +33,10 @@ jobs:
33
run: pip install dist/scaleway_qaas_client-${version}-py3-none-any.whl
34
35
- name: Install test
36
- run: pip install -r tests/requirements.txt
+ run: make install-test
37
38
- name: Run test
39
- run: pytest -s --showprogress -vv tests/
+ run: make test
40
env:
41
SCALEWAY_PROJECT_ID: ${{ secrets.STG_SCALEWAY_PROJECT_ID }}
42
SCALEWAY_SECRET_KEY: ${{ secrets.STG_SCALEWAY_API_TOKEN }}
0 commit comments