Running UE5 tests
Version updated for https://github.com/Fork-on-the-Table-Collective/UE5-RunTests-Action to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The UE5-RunTests GitHub Action automates the execution of automated tests for Unreal Engine 5 projects on self-hosted runners. It streamlines the testing process by parsing test lists, running tests in batch mode, and generating detailed reports that summarize test results, including passed, failed, and warning counts. This action helps developers efficiently validate their UE5 projects and identify issues in a structured and automated manner.
Release notes
What’s Changed
- Use node24, TypeScript entry; remove node_modules by @GuBee33 in https://github.com/Fork-on-the-Table-Collective/UE5-RunTests-Action/pull/1
New Contributors
- @GuBee33 made their first contribution in https://github.com/Fork-on-the-Table-Collective/UE5-RunTests-Action/pull/1
Full Changelog: https://github.com/Fork-on-the-Table-Collective/UE5-RunTests-Action/compare/v1.2...v2.0.0