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 41cdfbe commit b77b8b3Copy full SHA for b77b8b3
.github/workflows/test.yml
@@ -26,8 +26,8 @@ jobs:
26
ports:
27
- 389:389
28
- 636:636
29
- volumes:
30
- - "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
+ # volumes:
+ # - "$(pwd)"/test/fixtures/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
31
32
strategy:
33
matrix:
@@ -60,6 +60,6 @@ jobs:
60
# --copy-service \
61
# --loglevel debug \
62
- name: Install dependencies
63
- run: bundle install
+ run: pwd; bundle install
64
- name: Run tests
65
run: bundle exec rake ci
0 commit comments