mirror of
https://github.com/openshift/community.okd.git
synced 2026-07-25 00:44:32 +00:00
Can't use wait -n in the CI prow environment
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@ install: build
|
||||
ansible-galaxy collection install -p ansible_collections community-okd-$(VERSION).tar.gz
|
||||
|
||||
test-sanity: install
|
||||
cd ansible_collections/community/okd && ansible-test sanity -v $(SANITY_TEST_ARGS)
|
||||
cd ansible_collections/community/okd && ansible-test sanity --exclude ci/ -v $(SANITY_TEST_ARGS)
|
||||
|
||||
test-integration: install
|
||||
molecule test
|
||||
|
||||
Reference in New Issue
Block a user