-
-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
I'm trying to run my player after its built, but I'm getting an error that says ./build/StandaloneLinux64: Is a directory. I'm not too familiar with ubuntu, so I'm not sure how I can run it.
- name: Build Project
uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_UBUNTU }}
with:
projectPath: IL2CPP_Tests
targetPlatform: StandaloneLinux64
- name: Run Tests
run: |
./build/StandaloneLinux64 -batchmode --result:TestResults/test-results-il2cpp.xml --trace=Info --labels=AllIs this possible?
(In case you're wondering why I want to do this, it's because I'm trying to run unit tests on the IL2CPP runtime directly using NUnitLite, since unity test runner doesn't work.)
Metadata
Metadata
Assignees
Labels
No labels