We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194811b commit 3777430Copy full SHA for 3777430
1 file changed
.github/workflows/test-go-sdk.yml
@@ -31,7 +31,7 @@ jobs:
31
go-version-file: '${{ env.PROJECT_PATH }}go.mod'
32
- name: Install dependencies
33
run: |
34
- cd go/
+ cd ${{ env.PROJECT_PATH }}
35
go mod download
36
- name: Run tests
37
0 commit comments