Skip to content

Commit 66bb101

Browse files
chore: Restore checkout step in unity-tests workflow
1 parent 6f1b67b commit 66bb101

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/unity-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18-
with:
19-
path: ${{ env.PROJECT_PATH }}
2018

2119
- name: Get all changed csharp files
2220
id: changed-csharp-files
@@ -45,6 +43,11 @@ jobs:
4543
UNITY_VERSION: '6000.2.8f1'
4644

4745
steps:
46+
- name: Checkout code
47+
uses: actions/checkout@v4
48+
with:
49+
path: ${{ env.PROJECT_PATH }}
50+
4851
- name: Cache Unity Library
4952
uses: actions/cache@v4
5053
with:

0 commit comments

Comments
 (0)