Skip to content

Commit 473c84f

Browse files
committed
fix: move bundle install task after ruby installation
1 parent ad4e704 commit 473c84f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
distribution: 'temurin'
103103
java-version: ${{ matrix.java }}
104104

105-
- name: Setup Bundle
106-
run: bundle install
107-
108105
- name: Setup Ruby ${{ matrix.ruby }}
109106
uses: ruby/setup-ruby@v1
110107
with:
111108
ruby-version: ${{ matrix.ruby }}
112109
bundler-cache: true
113110

111+
- name: Setup Bundle
112+
run: bundle install
113+
114114
- name: Output ruby environment
115115
run: bundle env
116116

0 commit comments

Comments
 (0)