Skip to content

Commit 3452cdf

Browse files
committed
chore: update workflows config.
1 parent 19fc823 commit 3452cdf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.marster.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
name: Build & Deploy
1+
name: CI
22
on:
33
push:
44
branches:
55
- master
66

7-
env:
8-
SKIP_PREFLIGHT_CHECK: true
9-
107
jobs:
118
build-deploy:
129
runs-on: ubuntu-18.04
@@ -22,8 +19,12 @@ jobs:
2219
- run: npm run bundle
2320
- run: npm run bundle:min
2421

22+
- run: cp -rp coverage build
23+
2524
- name: Create Coverage Badges
2625
uses: jaywcjlove/coverage-badges-cli@main
26+
with:
27+
output: build/badge.svg
2728

2829
- name: Generate Contributors Images
2930
uses: jaywcjlove/github-action-contributors@main

0 commit comments

Comments
 (0)