false |

DevSkills Documentation

Automated scoring

Some coding tests come with a suite of predefined E2E tests that run every time the candidate pushes their code to their remote repository.

What happens in the background is that their code is built and run in a GitHub Actions pipeline, and the tests run against that implementation.

The results are then posted to the DevSkills app and get rendered on the candidate's coding test overview page.


It might happen that the results in the DevSkills app are not the same as the ones rendered on the candidate's Pull Request. The main common reason of that happening is possible race conditions between different GitHub Actions build runs.

To fix this and make the results consistent between the DevSkills app and the candidate's Pull Request, go to the "Actions"Β tab in the candidate's GitHub repository, select the last build, and click the "Re-run all jobs" button.


Did this article help?

Thank you for your feedback