Skip to content

Commit bcc6d30

Browse files
author
Kinnaird McQuade
committed
Make sure all the tests still run on a release
1 parent ba73c75 commit bcc6d30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
pip install pipenv
2323
pipenv install --dev --skip-lock
2424
25+
- run: pipenv run invoke build.install-package
2526
- run: pipenv run invoke test.lint
2627
- run: pipenv run invoke test.security
2728
- run: pipenv run invoke unit.pytest
2829
- run: pipenv run invoke integration.version
30+
- run: pipenv run invoke integration.expand-policy
31+
- run: pipenv run invoke integration.scan
2932
- run: pipenv run invoke build.uninstall-package
3033

3134
publish-package:

0 commit comments

Comments
 (0)