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 ba73c75 commit bcc6d30Copy full SHA for bcc6d30
.github/workflows/publish.yml
@@ -22,10 +22,13 @@ jobs:
22
pip install pipenv
23
pipenv install --dev --skip-lock
24
25
+ - run: pipenv run invoke build.install-package
26
- run: pipenv run invoke test.lint
27
- run: pipenv run invoke test.security
28
- run: pipenv run invoke unit.pytest
29
- run: pipenv run invoke integration.version
30
+ - run: pipenv run invoke integration.expand-policy
31
+ - run: pipenv run invoke integration.scan
32
- run: pipenv run invoke build.uninstall-package
33
34
publish-package:
0 commit comments