Skip to content

Commit d5de224

Browse files
authored
Syntax fix
1 parent 2321b89 commit d5de224

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
ruby-version: '3.1' # Not needed with a .ruby-version file
2424
bundler-cache: true
2525
- run: 'if [ "$TESTENV" = "openldap" ]; then ./script/install-openldap; fi'
26-
env: &ref_0
27-
TESTENV: '${{ matrix.TESTENV }}'
2826
- run: bundle install
2927
- run: ./script/cibuild-$TESTENV
30-
env: *ref_0
28+

0 commit comments

Comments
 (0)