Skip to content

Commit

Permalink
install mongorestore for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Apr 1, 2024
1 parent b712fda commit f3d9213
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Install MongoDB tools
run: |
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.9.4.deb
sudo apt install ./mongodb-database-tools-ubuntu2204-x86_64-100.9.4.deb
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit f3d9213

Please sign in to comment.