diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index be7fcc4b6..dddf62d21 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -200,7 +200,7 @@ jobs: run: mage unitfull - name: Integration tests - run: mage integrationfull + run: TMPDIR=/tmp mage integrationfull # Etcd can be still running after integration tests when: # 1. pytest recieve SIGALRM (can be caused by pytest-timeout plugin) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d3128bff..41f3509d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -191,7 +191,7 @@ jobs: run: mage unit - name: Run integration tests - run: mage integration + run: TMPDIR=/tmp mage integration # Etcd can be still running after integration tests when: # 1. pytest recieve SIGALRM (can be caused by pytest-timeout plugin)