Skip to content

Commit 277d62c

Browse files
authored
Test: Add logs for nightly tests (#1248)
Signed-off-by: Natalia Wochtman <natalia.wochtman@intel.com>
1 parent acea200 commit 277d62c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: nightly-tests-bare-metal
22
on:
33
schedule:
4-
- cron: '0 0 * * *' # Every day at midnight UTC
4+
- cron: '0 0 * * *' # Every day at midnight UTC
55
env:
66
BUILD_TYPE: 'Release'
77
DPDK_VERSION: '25.03'
@@ -153,6 +153,7 @@ jobs:
153153
run: |
154154
sudo 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
155155
- name: "upload report"
156+
if: always()
156157
id: upload-report
157158
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
158159
with:

0 commit comments

Comments
 (0)