8000 Run BundleWatch during build · bootstrap-vue/bootstrap-vue@087c05b · GitHub
[go: up one dir, main page]

Skip to content

Commit 087c05b

Browse files
committed
Run BundleWatch during build
1 parent 16edf00 commit 087c05b

File tree

3 files changed

+7
-55
lines changed

3 files changed

+7
-55
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747

4848
- name: Build
4949
run: yarn run build
50+
51+
- name: BundleWatch
52+
run: yarn run bundlewatch
53+
if: matrix.node == '12'
54+
env:
55+
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"

.github/workflows/bundlewatch.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: CodeCov
126126
uses: codecov/codecov-action@v1
127-
if: matrix.node == '10'
127+
if: matrix.node == '12'
128128
with:
129129
token: ${{ secrets.CODECOV_TOKEN }}
130130
flags: unittests

0 commit comments

Comments
 (0)
0