Files
unity-test-runner/src/index.ts
Sokuhatiku 75d0d76deb fix: Action did not work on Windows runners. (#257)
* 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
2024-03-21 14:12:35 +01:00

3 lines
76 B
TypeScript

export { run as main } from './main';
export { run as post } from './post';