Skip to content

Commit b77b8b3

Browse files
Update test workflow
1 parent 41cdfbe commit b77b8b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
ports:
2727
- 389:389
2828
- 636:636
29-
volumes:
30-
- "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
29+
# volumes:
30+
# - "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
3131

3232
strategy:
3333
matrix:
@@ -60,6 +60,6 @@ jobs:
6060
# --copy-service \
6161
# --loglevel debug \
6262
- name: Install dependencies
63-
run: bundle install
63+
run: pwd; bundle install
6464
- name: Run tests
6565
run: bundle exec rake ci

0 commit comments

Comments
 (0)