55 branches : ["main"]
66 paths :
77 - " .github/workflows/wasmbus-go.yaml"
8- - " wasmbus/**"
8+ - " x/ wasmbus/**"
99 pull_request :
1010 branches : ["main"]
1111 paths :
1212 - " .github/workflows/wasmbus-go.yaml"
13- - " wasmbus/**"
13+ - " x/ wasmbus/**"
1414
1515env :
1616 GOLANGCI_VERSION : " v1.61"
@@ -33,10 +33,10 @@ jobs:
3333 - uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3434 with :
3535 version : ${{ env.GOLANGCI_VERSION }}
36- working-directory : wasmbus
36+ working-directory : x/ wasmbus
3737
3838 - name : Go generate
39- working-directory : wasmbus
39+ working-directory : x/ wasmbus
4040 run : |
4141 go generate ./...
4242 if ! test -z "$(git status --porcelain)"; then
@@ -57,25 +57,25 @@ jobs:
5757 go-version-file : " wasmbus/go.mod"
5858
5959 - name : Build
60- working-directory : wasmbus
60+ working-directory : x/ wasmbus
6161 run : go build -v ./...
6262
6363 # NOTE(lxf): Tests are split into multiple steps to avoid wash race conditions.
6464
6565 - name : wasmbus
66- working-directory : wasmbus
66+ working-directory : x/ wasmbus
6767 run : go test -cover -v -wash-output
6868
6969 - name : wasmbus/control
70- working-directory : wasmbus/control
70+ working-directory : x/ wasmbus/control
7171 run : go test -cover -v -wash-output
7272
7373 - name : wasmbus/wadm
74- working-directory : wasmbus/wadm
74+ working-directory : x/ wasmbus/wadm
7575 run : go test -cover -v -wash-output
7676
7777 - name : wasmbus/events
78- working-directory : wasmbus/events
78+ working-directory : x/ wasmbus/events
7979 run : go test -cover -v -wash-output
8080
8181 examples :
0 commit comments