This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/ci in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit b3f098e7c17079ddba9a5d69010ab1dfc938096c Author: Jürg Billeter <[email protected]> AuthorDate: Wed Mar 30 07:51:06 2022 +0200 tests/integration --- .github/compose/ci.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml index dacf6d5..e77badf 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' x-tests-template: &tests-template image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:35-${CI_IMAGE_VERSION:-latest} - command: tox -vvvvv -- --color=yes --integration + command: tox -vvvvv -- --color=yes --integration tests/integration environment: TOXENV: ${CI_TOXENV_ALL}
