Skip to content

Commit cf9cbe5

Browse files
committedMar 11, 2025
Install hatchet
1 parent 207922a commit cf9cbe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/rspec.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
bundler-cache: true
2020
ruby-version: ${{ matrix.ruby }}
21-
21+
- name: "Install hatchet"
22+
run: hatchet install
2223
- name: "Run tests"
2324
run: bundle exec rspec

0 commit comments

Comments
 (0)