Skip to content

Commit 3d99794

Browse files
Update action env
1 parent b77b8b3 commit 3d99794

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515

1616
jobs:
1717
test:
18-
18+
env:
19+
INTEGRATION: openldap
1920
runs-on: ubuntu-latest
20-
2121
services:
2222
openldap:
2323
image: osixia/openldap:1.3.0
@@ -28,15 +28,13 @@ jobs:
2828
- 636:636
2929
# volumes:
3030
# - "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
31-
3231
strategy:
3332
matrix:
3433
ruby:
3534
- "2.5"
3635
- "2.6"
3736
- "2.7"
3837
- "jruby-9.2"
39-
4038
steps:
4139
- uses: actions/checkout@v2
4240
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)