File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
- commands :
3
- browsers :
4
- steps :
5
- - run :
6
- name : Configure browsers
7
- command : |
8
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
9
- echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list.d/google-chrome.list
10
- sudo apt update
11
- sudo apt install -y google-chrome-stable xvfb
12
2
workflows :
13
3
test :
14
4
jobs :
@@ -126,7 +116,13 @@ jobs:
126
116
command : echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
127
117
- attach_workspace :
128
118
at : .
129
- - browsers
119
+ - run :
120
+ name : Configure browsers
121
+ command : |
122
+ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
123
+ echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list.d/google-chrome.list
124
+ sudo apt update
125
+ sudo apt install -y google-chrome-stable xvfb
130
126
- run : npm publish
131
127
- run :
132
128
name : Add git tag
@@ -154,6 +150,7 @@ jobs:
154
150
steps :
155
151
- checkout
156
152
- run : npm i
153
+ - run : npm run prepare -- --force
157
154
- run : |
158
155
npm t || curl --request POST \
159
156
--url https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/issues \
You can’t perform that action at this time.
0 commit comments