Skip to content

Commit 78546b8

Browse files
committed
install libkrb5-dev in runner
1 parent 68b28c4 commit 78546b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
go-version-file: ${{ github.workspace }}/go.mod
4848

49+
- name: Install krb5 libraries
50+
run: sudo apt-get install -y libkrb5-dev
51+
4952
- name: Run tests with code coverage
5053
run: |
5154
TEST_MONGODB_IMAGE=${{ matrix.image }} make test-cluster

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ services:
324324
- KRB5_CONFIG=/tmp/krb5.conf
325325
- MONGO_INITDB_ROOT_USERNAME=admin
326326
- MONGO_INITDB_ROOT_PASSWORD=adminpassword
327-
- MONGODB_HOST=psmdb-kerberos
328327
volumes:
329328
- ./docker/scripts:/scripts
330329
- ./docker/kerberos/cache:/tmp/

0 commit comments

Comments
 (0)