Skip to content

Commit 6b9d027

Browse files
committed
Simplify
1 parent 81407a7 commit 6b9d027

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.circleci/config.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@ version: 2.1
22

33
# See latest version of Gusto orbs at https://circleci.com/orbs/registry/orb/gusto/gusto
44
orbs:
5-
ruby: circleci/[email protected]
65
gusto: gusto/[email protected]
76

87
jobs:
98
ruby-test:
10-
docker:
11-
- image: cimg/ruby:3.3.0
9+
machine:
10+
image: ubuntu-2204:2024.01.1
1211
steps:
13-
- checkout
14-
- setup_remote_docker
15-
- ruby/install-deps
16-
- run:
17-
command: bundle exec rake
18-
name: "Run tests"
12+
- gusto/bundle-install
13+
- run: bundle exec rake
1914
- store_artifacts:
2015
path: coverage
2116
release:

0 commit comments

Comments
 (0)