Skip to content

Commit

Permalink
chore: fix failing ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitfeld committed Nov 30, 2023
1 parent 148be58 commit 1b4cdd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,10 @@ jobs:
<<: *job_defaults
steps:
- *attach_workspace
- browser-tools/install-chrome
- browser-tools/install-chromedriver
# https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-browser-tools:
chrome-version: '116.0.5845.96'
replace-existing-chrome: true
- run:
name: Run integration tests for ng14 (Ivy) application
command: yarn integration:ng14:ivy
Expand Down

0 comments on commit 1b4cdd5

Please sign in to comment.