From 62492249f5998992a583246cbe2688b01521da4b Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Wed, 4 Dec 2024 16:16:25 +0900 Subject: [PATCH] chore: don't let tox buffer pytest output --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 776a0cfb3..0073eebcc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -119,7 +119,7 @@ jobs: # # set model defaults # juju model-defaults apt-http-proxy=$PROXY apt-https-proxy=$PROXY juju-http-proxy=$PROXY juju-https-proxy=$PROXY snap-http-proxy=$PROXY snap-https-proxy=$PROXY # juju model-defaults - - run: uvx -p ${{ matrix.python }} tox -e integration + - run: uvx -p ${{ matrix.python }} tox -s -e integration env: JUJU_NEW_WAIT_FOR_IDLE: ${{ matrix.new_wait_for_idle }} @@ -149,4 +149,4 @@ jobs: with: provider: lxd juju-channel: ${{ matrix.juju }} - - run: uvx -p ${{ matrix.python }} tox -e integration-quarantine + - run: uvx -p ${{ matrix.python }} tox -s -e integration-quarantine