Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rgunindi committed Dec 16, 2024
1 parent 452ee91 commit 2ab20b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
with:
name: package
path: "*.tgz"

- name: Install MongoDB
run: |
wget -qO - https://www.mongodb.org/static/pgp/server-7.0.asc | sudo apt-key add -
Expand All @@ -142,4 +141,4 @@ jobs:
sudo systemctl start mongod
mongod --version # Verify installation
sleep 5 # Give MongoDB time to start
mongosh --eval "db.version()" # Verify connection
mongosh --eval "db.version()" # Verify connection
3 changes: 1 addition & 2 deletions __tests__/unit/parse-cache-memory.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ describe('Parse Cache Memory Unit Tests', () => {
try {
await Promise.all([
new Promise(resolve => httpServer?.close(resolve)),
parseServer?.handleShutdown?.(),
mongod?.stop()
parseServer?.handleShutdown?.()
]);
} catch (error) {
console.error('Cleanup error:', error);
Expand Down

0 comments on commit 2ab20b4

Please sign in to comment.