We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05b4e2 commit bca2bc4Copy full SHA for bca2bc4
.github/workflows/nightly-tests.yml
@@ -81,9 +81,9 @@ jobs:
81
sudo MtlManager &
82
- name: 'execution: Run nightly-bare-metal tests in virtual environment'
83
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
+ 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
85
- name: run gtest bare metal
86
- if: false
+ if: always()
87
env:
88
NIGHTLY: 1
89
EXIT_ON_FAILURE: 0
0 commit comments