Exclude Paths - Auto Commit #104
push_checks_dev.yml
on: push
Check Last Commit 📝
4s
Duplicate Samples 🪞
/
...
/
Setup job
21s
Matrix: Unity Tests 🧪 / Unity Tests 🧪
Annotations
1 error and 19 warnings
Unity Tests 🧪 / Unity Tests 🧪 (src/UnitySampleProject, PlayMode)
Test(s) Failed! Check 'PlayMode Test Results' for details.
|
Check Last Commit 📝
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Pre Job 🚀
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Debugging/JsonRpcWalletConfig.cs#L10
Non-nullable property 'AddressOverride' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L16
Nullability of reference types in return type of 'string? MarketplaceConfig.EndpointOverride.get' doesn't match implicitly implemented member 'string IMarketplaceConfig.EndpointOverride.get' (possibly because of nullability attributes).
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceExtensions.cs#L56
Possible null reference return.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceExtensions.cs#L61
Possible null reference return.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L19
Non-nullable property 'MarketplaceContractAbiOverride' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L21
Non-nullable property 'ProjectIdOverride' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L23
Non-nullable property 'MarketplaceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L25
Non-nullable property 'MarketplaceContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplacePage.cs#L37
Non-nullable property 'Cursor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Sync Dependencies 🔄 / Sync Dependencies 🔄 / Setup job:
src/ChainSafe.Gaming.Marketplace/Dto/MarketplacePage.cs#L43
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Unity Tests 🧪 / Unity Tests 🧪 (src/UnitySampleProject, PlayMode)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Duplicate Samples 🪞 / Duplicate Samples 🪞 / Setup job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Test results for PlayMode".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Unity Tests 🧪 / Unity Tests 🧪 (src/UnitySampleProject, PlayMode)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unity Tests 🧪 / Unity Tests 🧪 (src/UnitySampleProject, PlayMode)
No files were found with the provided path: CodeCoverage. No artifacts will be uploaded.
|
Unity Tests 🧪 / Unity Tests 🧪 (src/UnitySampleProject, PlayMode)
Not able to find annotation point for failed test! Test trace: ChainSafe.Gaming.RPC.Events.WebSocketEventManager.WillStartAsync () (at <6b66fee56ab942f792839f98aa6df828>:0)
ChainSafe.Gaming.Web3.Core.LifecycleManager.StartAsync () (at <6b66fee56ab942f792839f98aa6df828>:0)
ChainSafe.Gaming.Web3.Core.LifecycleManager.StartAsync () (at <6b66fee56ab942f792839f98aa6df828>:0)
ChainSafe.Gaming.Web3.Web3.InitializeAsync () (at <6b66fee56ab942f792839f98aa6df828>:0)
ChainSafe.Gaming.Web3.Build.Web3Builder.LaunchAsync () (at <6b66fee56ab942f792839f98aa6df828>:0)
System.Threading.Tasks.ValueTask`1[TResult].get_Result () (at <f98723dd4586469db5213ec59da723ca>:0)
ChainSafe.Gaming.UnityPackage.Connection.IConnectionHandler.LaunchWeb3 (System.Collections.Generic.IEnumerable`1[T] adapters) (at /github/workspace/Packages/io.chainsafe.web3-unity/Runtime/Scripts/Connection/IConnectionHandler.cs:52)
ChainSafe.Gaming.UnityPackage.Connection.IConnectionHandler.LaunchLightWeightWeb3 () (at /github/workspace/Packages/io.chainsafe.web3-unity/Runtime/Scripts/Connection/IConnectionHandler.cs:59)
ChainSafe.Gaming.UnityPackage.Web3Unity.Initialize (System.Boolean rememberMe) (at /github/workspace/Packages/io.chainsafe.web3-unity/Runtime/Scripts/Web3Unity.cs:148)
ChainSafe.Gaming.UnityPackage.Web3Unity.Awake () (at /github/workspace/Packages/io.chainsafe.web3-unity/Runtime/Scripts/Web3Unity.cs:112)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) (at <f98723dd4586469db5213ec59da723ca>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at /home/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:153)
UnityEngine.UnitySynchronizationContext.Exec () (at /home/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:83)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at /home/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:107)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Test results for PlayMode
|
1.08 MB |
|