We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfe4fe commit 76f27e9Copy full SHA for 76f27e9
.github/workflows/ruby.yml
@@ -27,7 +27,7 @@ jobs:
27
ruby-version: 3.2
28
29
- name: Install dependencies
30
- run: bundle install
+ run: bundle install
31
32
- name: Run tests
33
run: bundle exec rspec
0 commit comments