Skip to content

Commit 0f3bfca

Browse files
committed
Add step to exec: bundle install
1 parent 89b0d9d commit 0f3bfca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
bundler-cache: true
2727

28+
- name: 🧪 Install gems
29+
run: |
30+
bundle install
31+
2832
- name: 🔧 Build & Test
2933
run: |
3034
JEKYLL_ENV=test bundle exec jekyll build
@@ -49,8 +53,6 @@ jobs:
4953

5054
- name: 🧪 Install gems
5155
run: |
52-
bundle config set with 'test'
53-
bundle config set path 'vendor/bundle'
5456
bundle install
5557
5658
- name: 🔧 Build

0 commit comments

Comments
 (0)