Skip to content

Commit bce92ad

Browse files
committed
reverting working-directory
1 parent ef3b178 commit bce92ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Test
3434
run: go test .
35-
working-directory: .
35+
working-directory: cmd/simplehttpserver
3636

3737
- name: Build
3838
run: go build .
39-
working-directory: .
39+
working-directory: cmd/simplehttpserver/

0 commit comments

Comments
 (0)