mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
combine incluster-integration and separate regular integration scripts (#23)
* combine incluster-integration and separate regular integration scripts * Fixup Makefile * make downstream test use venv if docker isn't an option
This commit is contained in:
committed by
GitHub
parent
80ae2e6b1e
commit
1339e2bdf7
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
# The docker container has all the pinned dependencies that are required.
|
||||
# Explicity specify the version of Python we want to test
|
||||
- name: Run sanity tests
|
||||
run: make test-sanity TEST_ARGS='--python ${{ matrix.python }}'
|
||||
run: make upstream-test-sanity TEST_ARGS='--python ${{ matrix.python }}'
|
||||
working-directory: ./ansible_collections/community/okd
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user