Skip to content

Commit 8698d42

Browse files
committed
chore: generate dir
Signed-off-by: Lucas Fontes <[email protected]>
1 parent d9be037 commit 8698d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wasmbus-go.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
working-directory: wasmbus
3737

3838
- name: Go generate
39+
working-directory: wasmbus
3940
run: |
4041
go generate ./...
4142
if ! test -z "$(git status --porcelain)"; then
@@ -103,6 +104,7 @@ jobs:
103104
tool: ${{ format('wash-cli@{0}', env.WASH_VERSION) }}
104105

105106
- name: Go generate
107+
working-directory: "./examples/wasmbus/${{ matrix.example }}"
106108
run: |
107109
go generate ./...
108110
if ! test -z "$(git status --porcelain)"; then

0 commit comments

Comments
 (0)