We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207922a commit cf9cbe5Copy full SHA for cf9cbe5
.github/workflows/rspec.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
bundler-cache: true
20
ruby-version: ${{ matrix.ruby }}
21
-
+ - name: "Install hatchet"
22
+ run: hatchet install
23
- name: "Run tests"
24
run: bundle exec rspec
0 commit comments