Skip to main content
Glama
test_pull_request_manual.yml2.93 kB
name: test-pull-request on: workflow_dispatch: jobs: # test-unity-mcp-common: # runs-on: ubuntu-latest # steps: # - name: Checkout repository # uses: actions/checkout@v4 # - name: Setup .NET # uses: actions/setup-dotnet@v4 # with: # dotnet-version: '9.0.x' # - name: Restore dependencies # working-directory: Unity-MCP-Plugin/Assets/root/Unity-MCP-Common # run: dotnet restore # - name: Build # working-directory: Unity-MCP-Plugin/Assets/root/Unity-MCP-Common # run: dotnet build --no-restore --configuration Release # - name: Test # working-directory: Unity-MCP-Plugin/Assets/root/Unity-MCP-Common # run: dotnet test --no-build --verbosity normal --configuration Release # --- UNITY TESTS --- # ------------------- # --- EDIT MODE --- test-unity-2022-3-61f1-editmode: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '2022.3.61f1' testMode: 'editmode' secrets: inherit test-unity-2023-2-20f1-editmode: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '2023.2.20f1' testMode: 'editmode' secrets: inherit test-unity-6000-2-3f1-editmode: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '6000.2.3f1' testMode: 'editmode' secrets: inherit # --- PLAY MODE --- test-unity-2022-3-61f1-playmode: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '2022.3.61f1' testMode: 'playmode' secrets: inherit test-unity-2023-2-20f1-playmode: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '2023.2.20f1' testMode: 'playmode' secrets: inherit test-unity-6000-2-3f1-playmode: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '6000.2.3f1' testMode: 'playmode' secrets: inherit # --- STANDALONE --- test-unity-2022-3-61f1-standalone: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '2022.3.61f1' testMode: 'standalone' secrets: inherit test-unity-2023-2-20f1-standalone: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '2023.2.20f1' testMode: 'standalone' secrets: inherit test-unity-6000-2-3f1-standalone: uses: ./.github/workflows/test_unity_plugin.yml with: projectPath: './Unity-MCP-Plugin' unityVersion: '6000.2.3f1' testMode: 'standalone' secrets: inherit # -------------------

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IvanMurzak/Unity-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server