Skip to content

Commit

Permalink
ci: update circleCI container size (#422)
Browse files Browse the repository at this point in the history
No QA Required
  • Loading branch information
nayanrajDQ authored Nov 5, 2024
1 parent 7e72b19 commit 46a0052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ defaults: &defaults
docker:
- image: cimg/ruby:2.7.5-browsers
working_directory: ~/axe-core-gems
resource_class: large

orbs:
browser-tools: circleci/[email protected]
Expand Down
1 change: 1 addition & 0 deletions packages/axe-core-api/e2e/selenium/spec/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--disable-gpu')
$driver = Selenium::WebDriver.for :chrome, options: options

Run = Axe::API::Run
Expand Down

0 comments on commit 46a0052

Please sign in to comment.