Skip to content

Commit

Permalink
Add recursive flag to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent e051872 commit b8f7b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ fi
if [ "$run_vanilla_tests" = "false" ]; then
rm -rf "${skript_test_directory:?}/*"
fi
cp "/github/workspace/$test_script_directory" "${skript_test_directory:?}/custom"
cp -r "/github/workspace/$test_script_directory" "${skript_test_directory:?}/custom"
./gradlew quickTest

0 comments on commit b8f7b9f

Please sign in to comment.