We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb23cc commit 29e5cd8Copy full SHA for 29e5cd8
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
run: go mod tidy
17
18
- name: Build
19
- working-directory: backend/cmd
+ working-directory: backend/cmd/server
20
run: go build
21
22
- name: Run tests
0 commit comments