Skip to content

Commit c02ca08

Browse files
wip
1 parent 1bd4ad9 commit c02ca08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
version: ${{ env.GOLANGCI_LINT_VERSION }}
2929
skip-cache: true
30-
working-directory: ./client-engineer/server
30+
working-directory: ./client-challenge/server
3131

3232
security:
3333
runs-on: ubuntu-latest
@@ -45,5 +45,5 @@ jobs:
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
- name: Build go code
48-
working-directory: ./client-engineer/server
48+
working-directory: ./client-challenge/server
4949
run: go build

0 commit comments

Comments
 (0)