Skip to content

Commit

Permalink
feat ci: fixes for the docker.yaml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Dec 29, 2024
1 parent e170ff6 commit 179355e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ jobs:
run: make docker-build-release

- name: Run tests
run: make docker-test-release
run: |
docker-compose run --entrypoint="" --rm mongo_grpc_service_template-container bash -c '
apt update
apt install -y mongodb-org mongodb-mongosh
./tests/run_as_user.sh make test-release
'

0 comments on commit 179355e

Please sign in to comment.