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:
Fabian von Feilitzsch
2020-09-09 14:12:04 -04:00
committed by GitHub
parent 80ae2e6b1e
commit 1339e2bdf7
5 changed files with 17 additions and 74 deletions

View File

@@ -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
###