We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81407a7 commit 6b9d027Copy full SHA for 6b9d027
.circleci/config.yml
@@ -2,20 +2,15 @@ version: 2.1
2
3
# See latest version of Gusto orbs at https://circleci.com/orbs/registry/orb/gusto/gusto
4
orbs:
5
- ruby: circleci/[email protected]
6
gusto: gusto/[email protected]
7
8
jobs:
9
ruby-test:
10
- docker:
11
- - image: cimg/ruby:3.3.0
+ machine:
+ image: ubuntu-2204:2024.01.1
12
steps:
13
- - checkout
14
- - setup_remote_docker
15
- - ruby/install-deps
16
- - run:
17
- command: bundle exec rake
18
- name: "Run tests"
+ - gusto/bundle-install
+ - run: bundle exec rake
19
- store_artifacts:
20
path: coverage
21
release:
0 commit comments