File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 36
36
- run : npx bundlesize
37
37
- save-cache : *save-cache
38
38
39
+ Test :
40
+ docker :
41
+ - image : circleci/node:8
42
+ steps :
43
+ - checkout
44
+ - restore-cache : *restore-cache
45
+ - run :
46
+ name : Workaround for GoogleChrome/puppeteer#290
47
+ command : ' sh .circleci/setup_puppeteer.sh'
48
+ - *install
49
+ - run : yarn build:umd
50
+ - run : yarn test
51
+
39
52
Semantic Release :
40
53
docker :
41
54
- image : circleci/node:8
@@ -52,10 +65,12 @@ workflows:
52
65
jobs :
53
66
- Typecheck
54
67
- Build
68
+ - Test
55
69
- Semantic Release :
56
70
requires :
57
71
- Typecheck
58
72
- Build
73
+ - Test
59
74
filters :
60
75
branches :
61
76
only :
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ sudo apt-get update
4
+ sudo apt-get install -yq gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \
5
+ libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \
6
+ libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \
7
+ libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \
8
+ ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
You can’t perform that action at this time.
0 commit comments