mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
* Remove symlink files * Update entrypoint scripts for windows runner * Add windows runner tests * Fix unity editor path * Set -nographics option for avoid d3d11 initialization error * Fix Unity project path in windows standalone build script
3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
export { run as main } from './main';
|
|
export { run as post } from './post';
|