From bed5c46f09247a3d832dda91c17468650c66555a Mon Sep 17 00:00:00 2001 From: ysicing Date: Mon, 5 Aug 2024 15:49:24 +0800 Subject: [PATCH] * [ci] update makefile --- .github/workflows/test.yml | 18 +++++++++--------- Makefile | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 734b69d6..5661afd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,15 +11,15 @@ on: push: branches: - '*' - paths: - - '**.go' - - 'go.mod' - - '.github/workflows/*.yml' - pull_request: - branches: - - "*" - paths: - - '**.go' + # paths: + # - '**.go' + # - 'go.mod' + # - '.github/workflows/*.yml' + # pull_request: + # branches: + # - "*" + # paths: + # - '**.go' jobs: build: diff --git a/Makefile b/Makefile index 7d8258da..266fbcd4 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ gen_version_file: @echo ${VERSION} > ${QINIU_DIR}/${PROJECT}/version.txt compile_ui: - @cd ui && yarn build && cd .. + @cd ui && yarn install && yarn build && cd .. prepare_res: @echo 'start prepare res'