Skip to content

Commit

Permalink
Fix SDK folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Oct 9, 2023
1 parent e882819 commit 2b20ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Lint
if: ${{ matrix.go-version == '1.19' || matrix.go-version == '1.20' }}
working-directory: ./sdk
working-directory: ./sdk-repo-cloned
run: make lint skip-non-generated-files=true
- name: Test
working-directory: ./sdk
working-directory: ./sdk-repo-cloned
run: make test skip-non-generated-files=true

0 comments on commit 2b20ed4

Please sign in to comment.