We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bundle exec rake
1 parent 0997e21 commit e08bf35Copy full SHA for e08bf35
.github/workflows/test.yml
@@ -79,6 +79,7 @@ jobs:
79
# This step is redundant with `bundler-cache: true` but is there to check a redundant `bundle install` still works
80
- run: bundle install
81
- run: bundle exec rake --version
82
+ - run: bundle exec rake
83
84
- name: which ruby, rake
85
if: "!startsWith(matrix.os, 'windows')"
Rakefile
@@ -0,0 +1,3 @@
1
+task :default do
2
+ puts "Hello World from Rake"
3
+end
0 commit comments