We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb557f3 commit 99f69adCopy full SHA for 99f69ad
.github/workflows/main.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
ruby-version: ${{ matrix.ruby }}
26
bundler-cache: true
27
- - run: 'if [ "${{ env.TESTENV }}" = "openldap" ]; then ./script/install-openldap; fi'
+ - run: 'if [ "${{ matrix.TESTENV }}" = "openldap" ]; then ./script/install-openldap; fi'
28
- run: bundle install
29
- - run: ./script/cibuild-${{ env.TESTENV }}
30
-
+ - run: ./script/cibuild-${{ matrix.TESTENV }}
0 commit comments