Skip to content

Commit 293d4f7

Browse files
committed
call boostrap first
1 parent 659f97d commit 293d4f7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
ruby-version: ${{ matrix.ruby }}
2727
bundler-cache: true
2828

29+
- name: bootstrap
30+
run: script/bootstrap
31+
2932
- run: bundle exec rubocop -c .rubocop.yml lib/ spec/

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
ruby-version: ${{ matrix.ruby }}
2727
bundler-cache: true
2828

29-
- run: script/test -d
29+
- name: bootstrap
30+
run: script/bootstrap
31+
32+
- run: script/test -d -k

0 commit comments

Comments
 (0)