diff --git a/.github/workflows/functional-fast-opensuse-leap.yml b/.github/workflows/functional-fast-opensuse-leap.yml index 8186124c01..2da896a2a2 100644 --- a/.github/workflows/functional-fast-opensuse-leap.yml +++ b/.github/workflows/functional-fast-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Fast functional tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic functional -- -vvv + --directory . --package-flavor classic functional -- -vvv --color=yes diff --git a/.github/workflows/functional-full-opensuse-leap.yml b/.github/workflows/functional-full-opensuse-leap.yml index 39e64101d4..fa2ecd4cdc 100644 --- a/.github/workflows/functional-full-opensuse-leap.yml +++ b/.github/workflows/functional-full-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Full functional tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic functional -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv + --directory . --package-flavor classic functional -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv --color=yes diff --git a/.github/workflows/integration-fast-opensuse-leap.yml b/.github/workflows/integration-fast-opensuse-leap.yml index a14202c3d7..ad4f2e51dc 100644 --- a/.github/workflows/integration-fast-opensuse-leap.yml +++ b/.github/workflows/integration-fast-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Fast integration tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic integration -- -vvv + --directory . --package-flavor classic integration -- -vvv --color=yes diff --git a/.github/workflows/integration-full-opensuse-leap.yml b/.github/workflows/integration-full-opensuse-leap.yml index 843e4539be..b96e4a8d54 100644 --- a/.github/workflows/integration-full-opensuse-leap.yml +++ b/.github/workflows/integration-full-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Full integration tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic integration -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv + --directory . --package-flavor classic integration -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv --color=yes diff --git a/.github/workflows/scenarios-fast-opensuse-leap.yml b/.github/workflows/scenarios-fast-opensuse-leap.yml index 0c9feec6e6..3514ce1ec1 100644 --- a/.github/workflows/scenarios-fast-opensuse-leap.yml +++ b/.github/workflows/scenarios-fast-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Fast scenarios tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic scenarios -- -vvv + --directory . --package-flavor classic scenarios -- -vvv --color=yes diff --git a/.github/workflows/scenarios-full-opensuse-leap.yml b/.github/workflows/scenarios-full-opensuse-leap.yml index e240aaee03..e5f94c497d 100644 --- a/.github/workflows/scenarios-full-opensuse-leap.yml +++ b/.github/workflows/scenarios-full-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Full scenarios tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic scenarios -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv + --directory . --package-flavor classic scenarios -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv --color=yes diff --git a/.github/workflows/unit-fast-opensuse-leap.yml b/.github/workflows/unit-fast-opensuse-leap.yml index d7df480d6d..48f52d6aae 100644 --- a/.github/workflows/unit-fast-opensuse-leap.yml +++ b/.github/workflows/unit-fast-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Fast unit tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic unit -- -vvv + --directory . --package-flavor classic unit -- -vvv --color=yes diff --git a/.github/workflows/unit-full-opensuse-leap.yml b/.github/workflows/unit-full-opensuse-leap.yml index 0dbaef507d..bf40485151 100644 --- a/.github/workflows/unit-full-opensuse-leap.yml +++ b/.github/workflows/unit-full-opensuse-leap.yml @@ -23,4 +23,4 @@ jobs: - name: Run Full unit tests run: | salt-test --skiplist https://raw.githubusercontent.com/openSUSE/salt-test-skiplist/main/skipped_tests.toml \ - --directory . --package-flavor classic unit -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv + --directory . --package-flavor classic unit -- --core-tests --slow --run-expensive --ssh-tests --run-destructive -vvv --color=yes