We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c3dc1 commit a95179dCopy full SHA for a95179d
.github/workflows/removeOldMocks.yml
@@ -30,5 +30,5 @@ jobs:
30
env:
31
MONGO_URI: ${{ secrets.MONGO_URI }}
32
# Inject MongoDB connection string securely from GitHub Secrets
33
- run: node /Backend/cleanup.js
+ run: node Backend/cleanUp.js
34
# Runs the cleanup.js script to delete old mocks
0 commit comments