Skip to content

Commit bca2bc4

Browse files
committed
reverse disabling test execution
1 parent e05b4e2 commit bca2bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
sudo MtlManager &
8282
- name: 'execution: Run nightly-bare-metal tests in virtual environment'
8383
run: |
84-
tests/validation/.venv/bin/python3 -m pytest --topology_config=tests/validation/configs/topology_config.yaml --test_config=tests/validation/configs/test_config.yaml -m skip_nightly --template=html/index.html --report=report.html
84+
tests/validation/.venv/bin/python3 -m pytest --topology_config=tests/validation/configs/topology_config.yaml --test_config=tests/validation/configs/test_config.yaml -m nightly --template=html/index.html --report=report.html
8585
- name: run gtest bare metal
86-
if: false
86+
if: always()
8787
env:
8888
NIGHTLY: 1
8989
EXIT_ON_FAILURE: 0

0 commit comments

Comments
 (0)