-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #447 from uclibs/qa
Prep 1.0.2 release
- Loading branch information
Showing
63 changed files
with
17,527 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,19 @@ executors: | |
environment: | ||
IMAGE_NAME: treatment-database-app | ||
docker: | ||
- image: docker:20.10.7-git | ||
- image: docker:20.10.14-git | ||
|
||
orbs: | ||
ruby: circleci/ruby@2.0.0 | ||
ruby: circleci/ruby@2.1.1 | ||
node: circleci/[email protected] | ||
browser-tools: circleci/browser-tools@1.3.0 | ||
browser-tools: circleci/browser-tools@1.4.7 | ||
coveralls: coveralls/[email protected] | ||
|
||
jobs: | ||
build: | ||
docker: | ||
# specify the version you desire here | ||
- image: cimg/ruby:3.0.5-browsers | ||
- image: cimg/ruby:3.3.0-browsers | ||
|
||
# Specify service dependencies here if necessary | ||
# CircleCI maintains a library of pre-built images | ||
|
@@ -44,8 +44,7 @@ jobs: | |
|
||
steps: | ||
- checkout | ||
- browser-tools/install-chrome | ||
- browser-tools/install-chromedriver | ||
- browser-tools/install-browser-tools | ||
|
||
- restore_cache: | ||
keys: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-3.0.5 | ||
ruby-3.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.