Skip to content

Commit

Permalink
update : added mongo db runner in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdbytes committed Jul 24, 2024
1 parent a64613c commit db472d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,10 @@ jobs:
with:
python-version: "3.x"

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"

- name: Install dependencies
run: |
pip install awscli-local
- name: Verify MongoDB connection
run: |
sudo apt-get install -y mongodb-clients
mongosh --eval "db.runCommand({ping:1})"
# selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as the cache uses the current rustc version as its cache key
- run: rustup show
Expand Down

0 comments on commit db472d5

Please sign in to comment.