Skip to content

Commit 9197e60

Browse files
file path corrected
1 parent 4fe8d51 commit 9197e60

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 cleanup.js
33+
run: node Backend/cleanup.js
3434
# Runs the cleanup.js script to delete old mocks

0 commit comments

Comments
 (0)