Skip to content

Commit

Permalink
maybe need to follow symlink when copying?
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago committed Feb 1, 2024
1 parent ebb25b1 commit ee90cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
# key: Library-${{ runner.os }}-unity-2019.4.31f1
# restore-keys: Library-

# workaround for hang testing package https://github.com/game-ci/unity-test-runner/issues/223
- name: copy dir to new dir
run: |
pwd
folderName=$(echo "${PWD##*/}")
rsync -r "$GITHUB_WORKSPACE" "copiedProject"
rsync -rL "$GITHUB_WORKSPACE" "copiedProject"
ls -F "copiedProject/$folderName"
- uses: game-ci/unity-test-runner@v4
Expand Down

0 comments on commit ee90cfc

Please sign in to comment.