mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Rename the job name from build to test and the workflow name from sample to rspec
This commit is contained in:
parent
22dc3afaa6
commit
2cc6f5f65f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue