Skip to content

Commit f0ec403

Browse files
Fix the build-test action (#1631)
This fixes the `build-test` action by restoring the `examples` working directory. This was incorrectly removed in the previous commit.
1 parent 8feb51f commit f0ec403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ jobs:
8080

8181
- name: Run Example
8282
run: go run .
83+
working-directory: examples

0 commit comments

Comments
 (0)