Added extra echo

This commit is contained in:
Logan Cusano
2024-04-03 03:16:27 -04:00
parent ce4a6e925e
commit a36ddd9614
+2 -1
View File
@@ -26,4 +26,5 @@ jobs:
- name: Run tests - name: Run tests
working-directory: './server' working-directory: './server'
run: npm test run: npm test
run: echo "Completed the tests"