mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
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
This commit is contained in:
1
dist/post.js
vendored
1
dist/post.js
vendored
@@ -1 +0,0 @@
|
||||
index.js
|
||||
3
dist/post.js
vendored
Normal file
3
dist/post.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
const index = require('./index.js');
|
||||
|
||||
index.post();
|
||||
Reference in New Issue
Block a user