This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/test-workflows in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a4e00564f084a809f319688ef98fa645adc79596 Author: Chandan Singh <[email protected]> AuthorDate: Fri Aug 21 20:56:55 2020 +0100 Move PYTEST_ARGS to top-level env --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1487ed..bdc5c2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ on: push env: CI_IMAGE: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-154893333 + PYTEST_ARGS: --color=yes --integration -n 4 jobs: tests: @@ -30,7 +31,6 @@ jobs: env: CI_IMAGE_PREFIX: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite CI_IMAGE_SUFFIX: master-154893333 - PYTEST_ARGS: --color=yes --integration -n 4 TOXENV: py36,py6-plugins,py37,py37-plugins,py38,py38-plugins # FIXME: De-duplicate against tox.ini BST_PLUGINS_EXPERIMENTAL_VERSION: 1.93.4
