Rename the job name from build to test and the workflow name from sample to rspec

This commit is contained in:
Eugene Burmakin 2024-08-20 22:31:20 +02:00
parent 22dc3afaa6
commit 2cc6f5f65f

View file

@ -4,7 +4,7 @@ orbs:
ruby: circleci/ruby@2.1.1
jobs:
build:
test:
docker:
- image: cimg/ruby:3.2.3
environment:
@ -34,6 +34,6 @@ jobs:
command: bundle exec rspec
workflows:
sample:
rspec:
jobs:
- build
- test