Skip to content

Commit 1e172e6

Browse files
committed
I don't even work here
1 parent 4f75c4e commit 1e172e6

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.circleci/config.yml

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
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
122
workflows:
133
test:
144
jobs:
@@ -126,7 +116,13 @@ jobs:
126116
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
127117
- attach_workspace:
128118
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
130126
- run: npm publish
131127
- run:
132128
name: Add git tag
@@ -154,6 +150,7 @@ jobs:
154150
steps:
155151
- checkout
156152
- run: npm i
153+
- run: npm run prepare -- --force
157154
- run: |
158155
npm t || curl --request POST \
159156
--url https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/issues \

0 commit comments

Comments
 (0)