Skip to content

Commit 53a6876

Browse files
committed
Remove warnings on upload logs steps
The log file upload may very well not find any finds to upload when all tests pass.
1 parent 5f9b73d commit 53a6876

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-nix.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
path: |
7171
./**/test-results.xml
7272
./**/hspec-results.md
73+
if-no-files-found: ignore
7374

7475
# NOTE: This depends on the path used in hydra-cluster e2e tests
7576
- name: 💾 Upload logs
@@ -78,6 +79,7 @@ jobs:
7879
with:
7980
name: hydra-cluster-e2e-test-logs
8081
path: /tmp/nix-shell.*/hydra-cluster-e2e-*/logs/*
82+
if-no-files-found: ignore
8183

8284
publish-test-results:
8385
name: Publish test results
@@ -181,6 +183,7 @@ jobs:
181183
with:
182184
name: hydra-cluster-bench-logs
183185
path: /tmp/nix-shell.*/bench-*/**/*.log
186+
if-no-files-found: ignore
184187

185188
publish-benchmark-results:
186189
name: Publish benchmark results

.github/workflows/smoke-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ jobs:
5858
with:
5959
name: hydra-cluster-logs
6060
path: ${state_dir}/logs/**/*
61+
if-no-files-found: ignore

0 commit comments

Comments
 (0)