File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 64
64
65
65
- name : Build backend
66
66
run : |
67
+ go test -timeout 1m -failfast -tags=integration -v ./pkg/ && \
67
68
GOOS=linux GOARCH=amd64 go build -o ./dist/vertamedia-clickhouse-plugin_linux_amd64 ./pkg/ && \
68
69
GOOS=linux GOARCH=arm64 go build -o ./dist/vertamedia-clickhouse-plugin_linux_arm64 ./pkg/ && \
69
70
GOOS=windows GOARCH=amd64 go build -o ./dist/vertamedia-clickhouse-plugin_windows_amd64.exe ./pkg/ && \
@@ -113,10 +114,10 @@ jobs:
113
114
- name : Lint plugin
114
115
run : |
115
116
git clone https://github.com/grafana/plugin-validator /tmp/plugin-validator
116
- pushd /tmp/plugin-validator/cmd/plugincheck
117
+ pushd /tmp/plugin-validator/pkg/ cmd/plugincheck2
117
118
go install
118
119
popd
119
- plugincheck /tmp/${{ steps.metadata.outputs.archive }} -strict
120
+ plugincheck2 -config= /tmp/plugin-validator/config/strict.yaml -strict /tmp/ ${{ steps.metadata.outputs.archive }}
120
121
121
122
- name : Create release
122
123
id : create_release
You can’t perform that action at this time.
0 commit comments