From 8dc2def47b03b477c70bf550662eb3a1eb9b4a20 Mon Sep 17 00:00:00 2001 From: Markus Stahl Date: Fri, 30 Aug 2024 20:30:20 +0200 Subject: [PATCH] limit tests for now --- .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 666f6ef9f..93405065c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,7 +57,7 @@ jobs: ssh-add atest/testdata/keyfiles/id_rsa - name: Run tests run: | - robot -d results-${{ matrix.python-version }} -e no-gh-actions -b console.log -x xunit.xml atest + robot -d results-${{ matrix.python-version }} -i shell -e no-gh-actions -b console.log -x xunit.xml atest - uses: actions/upload-artifact@v4 if: success() || failure() with: