diff --git a/.gitea/workflows/server_tests.yaml b/.gitea/workflows/server_tests.yaml index 7e2d2c0..d8bfa2b 100644 --- a/.gitea/workflows/server_tests.yaml +++ b/.gitea/workflows/server_tests.yaml @@ -26,4 +26,5 @@ jobs: - name: Run tests working-directory: './server' - run: npm test \ No newline at end of file + run: npm test + run: echo "Completed the tests" \ No newline at end of file