From 8c93b939ab0ca7ebcabc2f80e96220950700985e Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Sun, 4 Dec 2022 22:04:22 +0100 Subject: [PATCH] disabling not working CI tests for now #3 #21 --- .github/workflows/wheel-linux.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel-linux.yml b/.github/workflows/wheel-linux.yml index ed44b08f4021..d9faa6450837 100644 --- a/.github/workflows/wheel-linux.yml +++ b/.github/workflows/wheel-linux.yml @@ -86,9 +86,14 @@ jobs: python -m pip install manylinux-wheels/eclipse_sumo* python -c "import sumo; print('SUMO_HOME=' + sumo.SUMO_HOME)" >> $GITHUB_ENV - - name: Running "sumo in the wheel" tests and cleaning up + - name: Running "sumo in the wheel" tests + if: github.repository == 'DLR-TS/sumo' run: | - tests/runTests.sh -b ci -v ci.fast + tests/runTests.sh -b ci -v ci.fast -a sumo,duarouter + + - name: Running meta tests and cleaning up + run: | + tests/runTests.sh -b ci -v ci -ts meta python -m pip uninstall -y eclipse-sumo sed -i '/SUMO_HOME/d' $GITHUB_ENV