mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
test assumption
This commit is contained in:
1
Makefile
1
Makefile
@@ -132,6 +132,7 @@ go-mod-tidy:
|
||||
.PHONY: test
|
||||
test:
|
||||
@for mod in $(OCIS_MODULES); do \
|
||||
$(MAKE) --no-print-directory -C $$mod ci-node-generate; \
|
||||
$(MAKE) --no-print-directory -C $$mod test; \
|
||||
done
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
yarn install --frozen-lockfile
|
||||
yarn build
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
|
||||
@@ -28,7 +28,6 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
yarn install --frozen-lockfile
|
||||
yarn build
|
||||
|
||||
WEB_ASSETS_VERSION = v4.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user