Skip to content

Commit

Permalink
Install test mongosh on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 committed Jan 19, 2025
1 parent cee5772 commit 6471f49
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@ jobs:
- name: Install Ubuntu packages
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt-get install -y gcc g++ cmake wget git python3 python3-pip python3-venv postgresql redis clang-format
sudo apt install -y \
gcc g++ cmake wget git clang-format \
python3 python3-pip python3-venv
- name: Install Kafka
- name: Install test dependencies
if: matrix.os == 'ubuntu-22.04'
run: |
sudo ./scripts/kafka/ubuntu_install_kafka.sh
wget -qO- https://pgp.mongodb.com/server-7.0.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/mongodb-server-7.0.gpg >/dev/null
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" \
| sudo tee -a /etc/apt/sources.list.d/mongodb-org-7.0.list
- name: Install RabbitMQ packages
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt install -y postgresql redis mongodb-mongosh
sudo ./scripts/kafka/ubuntu_install_kafka.sh
./scripts/rabbitmq/ubuntu_install_rabbitmq_server.sh
- name: Install MacOS packages
Expand Down Expand Up @@ -75,6 +78,7 @@ jobs:
chaotic_service \
embedded_files \
grpc_service \
otlp_service \
hello_service \
https_service \
postgres_service \
Expand Down

0 comments on commit 6471f49

Please sign in to comment.