Skip to content

Commit 3b6535f

Browse files
committed
hatchet setup
1 parent cf9cbe5 commit 3b6535f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/rspec.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
- name: Setup Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
bundler-cache: true
2019
ruby-version: ${{ matrix.ruby }}
21-
- name: "Install hatchet"
22-
run: hatchet install
20+
21+
- name: "Install dependencies"
22+
run: bundle install --jobs=4 --retry=3 --path vendor/bundle
23+
- name: "Hatchet setup"
24+
run: bundle exec hatchet ci:setup
2325
- name: "Run tests"
2426
run: bundle exec rspec

0 commit comments

Comments
 (0)