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 a95179d commit 5cc58b4Copy full SHA for 5cc58b4
.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