Skip to content

Commit

Permalink
update: example with bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayheck committed Nov 26, 2024
1 parent 817e3a4 commit 133f0ed
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
image: circleci/node:10.14-browsers
image: cimg/node:current-browsers
pipelines:
pull-requests:
'**':
- step:
script:
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
- sudo apt update
- sudo apt install google-chrome-stable
- npm ci
- npm test

branches:
master:
- step:
script:
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
- sudo apt update
- sudo apt install google-chrome-stable
- npm ci
- npm test

0 comments on commit 133f0ed

Please sign in to comment.