Skip to content

Commit

Permalink
chore: Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Sep 4, 2023
1 parent 6ef71cd commit d43716f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
node: circleci/node@4.7.0
browser-tools: circleci/browser-tools@1.4.3
browser-tools: circleci/browser-tools@1.4.4

jobs:
test_player:
Expand All @@ -12,13 +12,15 @@ jobs:
- checkout
- node/install-packages:
pkg-manager: npm
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 116.0.5845.96
replace-existing: true
- browser-tools/install-chromedriver
- run:
command: |
google-chrome --version
chromedriver --version
name: Check Chrome
command: |
google-chrome --version
chromedriver --version
name: Check Chrome
- run:
name: Headless Chrome tests
command: npm test
Expand Down

0 comments on commit d43716f

Please sign in to comment.