Skip to content

Commit aec05e2

Browse files
authored
Update GnuTests.yml
1 parent e96b2e5 commit aec05e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
path_UUTILS='uutils'
415415
416416
json_count=$(ls -l results/*.json | wc -l)
417-
if [[ "$json_count" -ne 4 ]]; then
417+
if [[ "$json_count" -ne 5 ]]; then
418418
echo "::error ::Failed to download all results json files (expected 4 files, found $json_count); failing early"
419419
ls -lR results || true
420420
exit 1

0 commit comments

Comments
 (0)