Skip to content

Commit c101335

Browse files
committed
Add test checking using an exact Bundler version works
1 parent 1482e91 commit c101335

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ jobs:
102102
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
103103
run: gem install sassc -N
104104

105+
testExactBundlerVersion:
106+
name: "Test with an exact Bundler version"
107+
runs-on: ubuntu-latest
108+
steps:
109+
- uses: actions/checkout@v2
110+
- uses: ./
111+
with:
112+
ruby-version: 2.6
113+
bundler: 2.1.4
114+
- run: bundle --version | grep -F 2.1.4
115+
105116
lint:
106117
runs-on: ubuntu-20.04
107118
steps:

0 commit comments

Comments
 (0)