Skip to content

Commit 93ca2f3

Browse files
authored
Update semaphore.yml
1 parent 0dcdc2d commit 93ca2f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.semaphore/semaphore.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ agent:
55
type: e1-standard-2
66
os_image: ubuntu1804
77
blocks:
8-
- name: bundle exec rspec
8+
- name: RSpec
99
task:
1010
jobs:
11-
- name: bundle install
11+
- name: Run specs
1212
commands:
1313
- checkout
1414
- sem-version ruby 2.6.0
15-
- bundle install --deployment --path vendor/bundle
15+
- bundle install --path vendor/bundle
1616
- bundle exec rspec

0 commit comments

Comments
 (0)