diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 0dc1b848..deb44c2c 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -84,6 +84,8 @@ jobs: bundler-cache: true - name: Run specs run: bundle exec rake spec + - name: Run cukes + run: bundle exec rake cucumber checks: