mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 14:39:33 +08:00
try logging hidden package files
This commit is contained in:
8
dist/steps/run_tests.sh
vendored
8
dist/steps/run_tests.sh
vendored
@@ -49,13 +49,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
echo "###########################"
|
||||
echo ""
|
||||
|
||||
# delete the file _activate-license if it exists
|
||||
if [ -f "$UNITY_PROJECT_PATH/_activate-license" ]; then
|
||||
echo "Deleting _activate-license file."
|
||||
rm "$UNITY_PROJECT_PATH/_activate-license"
|
||||
fi
|
||||
|
||||
ls "$UNITY_PROJECT_PATH"
|
||||
ls -a "$UNITY_PROJECT_PATH"
|
||||
echo ""
|
||||
|
||||
echo "Creating an empty Unity project to add the package $PACKAGE_NAME to."
|
||||
|
||||
Reference in New Issue
Block a user