Skip to content

Commit a95179d

Browse files
file path corrected
1 parent 02c3dc1 commit a95179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/removeOldMocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
env:
3131
MONGO_URI: ${{ secrets.MONGO_URI }}
3232
# Inject MongoDB connection string securely from GitHub Secrets
33-
run: node /Backend/cleanup.js
33+
run: node Backend/cleanUp.js
3434
# Runs the cleanup.js script to delete old mocks

0 commit comments

Comments
 (0)