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 9197e60 commit 02c3dc1Copy full SHA for 02c3dc1
.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