Skip to content

Commit

Permalink
[skip] enable colors for pytest execution on GH actions (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh authored Jul 8, 2024
1 parent 70509ff commit f6ad8fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-fast-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/functional-full-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/integration-fast-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/integration-full-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/scenarios-fast-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/scenarios-full-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/unit-fast-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/unit-full-opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6ad8fc

Please sign in to comment.