mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
try properly using string interpolation
This commit is contained in:
2
dist/steps/run_tests.sh
vendored
2
dist/steps/run_tests.sh
vendored
@@ -61,7 +61,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
|||||||
jq \
|
jq \
|
||||||
--arg packageName "$PACKAGE_NAME" \
|
--arg packageName "$PACKAGE_NAME" \
|
||||||
--arg projectPath "$UNITY_PROJECT_PATH" \
|
--arg projectPath "$UNITY_PROJECT_PATH" \
|
||||||
'.dependencies += {$packageName: ("file:$projectPath")} | . += {testables: [$packageName]}' \
|
'.dependencies += {$packageName: "file:\($projectPath)"} | . += {testables: [$packageName]}' \
|
||||||
> "$PACKAGE_MANIFEST_PATH"
|
> "$PACKAGE_MANIFEST_PATH"
|
||||||
|
|
||||||
cat "$PACKAGE_MANIFEST_PATH"
|
cat "$PACKAGE_MANIFEST_PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user