1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Write own yaml2json func (#570)

* fix regression of #384 
 * add more tests
This commit is contained in:
6543
2021-12-07 01:13:02 +01:00
committed by GitHub
parent ffed327564
commit 1172dc3311
5 changed files with 204 additions and 101 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ test-frontend: frontend-dependencies
test-lib:
$(DOCKER_RUN) go test -race -timeout 30s $(shell go list ./... | grep -v '/cmd\|/agent\|/cli\|/server')
test: test-agent test-server test-server-datastore test-cli test-frontend test-lib
test: test-agent test-server test-server-datastore test-cli test-lib test-frontend
build-frontend:
(cd web/; yarn install --frozen-lockfile; yarn build)