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 e96b2e5 commit aec05e2Copy full SHA for aec05e2
.github/workflows/GnuTests.yml
@@ -414,7 +414,7 @@ jobs:
414
path_UUTILS='uutils'
415
416
json_count=$(ls -l results/*.json | wc -l)
417
- if [[ "$json_count" -ne 4 ]]; then
+ if [[ "$json_count" -ne 5 ]]; then
418
echo "::error ::Failed to download all results json files (expected 4 files, found $json_count); failing early"
419
ls -lR results || true
420
exit 1
0 commit comments