From 1cafbe72d4b27dba333e503c199a84e2ef45a57c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 28 Feb 2022 09:36:26 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 2 +- .github/workflows/pull_request.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3842e2e..f917d6c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Build & Deploy +name: CI on: push: branches: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b35ff757..645e83e6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,4 +14,6 @@ jobs: - run: npm install - run: npm run build - run: npm run doc - - run: npm run test:coverage \ No newline at end of file + - run: npm run test:coverage + - run: npm run bundle + - run: npm run bundle:min \ No newline at end of file