Skip to content

Commit 3777430

Browse files
authored
Fix bad project path in install step
1 parent 194811b commit 3777430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-go-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version-file: '${{ env.PROJECT_PATH }}go.mod'
3232
- name: Install dependencies
3333
run: |
34-
cd go/
34+
cd ${{ env.PROJECT_PATH }}
3535
go mod download
3636
- name: Run tests
3737
run: |

0 commit comments

Comments
 (0)