Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed Jun 9, 2024
1 parent ec92e76 commit 7fc8726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if [[ "${RUNNER_OS}" == "macOS" ]]; then
echo "unity-path=/Applications/Unity/Hub/Editor/${UNITY_VERSION}/Unity.app/Contents/MacOS/Unity" >> "${GITHUB_OUTPUT}"
elif [[ "${RUNNER_OS}" == "Windows" ]]; then
printf "unity-path=C:\Program Files\Unity\Hub\Editor\%s\Editor\Unity.exe\n" "${UNITY_VERSION}" >> "${GITHUB_OUTPUT}"
printf "unity-path=C:\\\\Program Files\\\\Unity\\\\Hub\\\\Editor\\\\%s\\\\Editor\\\\Unity.exe\n" "${UNITY_VERSION}" >> "${GITHUB_OUTPUT}"
fi
- name: Run EditMode tests
working-directory: Samples~
Expand Down

0 comments on commit 7fc8726

Please sign in to comment.