Skip to content

Commit 3a58352

Browse files
committed
Restore only modifications on tests files
1 parent 642a189 commit 3a58352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ jobs:
556556
} else {
557557
# Flag for helpers
558558
helper_modified="yes"
559-
git restore .
559+
git restore $test_dir
560560
echo "Run all tests"
561561
break;
562562
} fi

0 commit comments

Comments
 (0)