decentraland / explorer-desktop

Desktop client for Decentraland, coming soon
Apache License 2.0
35 stars 22 forks source link

Test/rpc error commit hunting 3740 #437

Closed dalkia closed 1 year ago

dalkia commented 1 year ago

What does this PR change?

...

How to test the changes?

  1. Go to: https://renderer-artifacts.decentraland.org/desktop/index.html?dcl://DESKTOP-BRANCH={branch_name}
  2. ...

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

github-actions[bot] commented 1 year ago

After the CI passes:

This branch can be downloaded with the following instructions:

Custom protocol:

If you have the launcher installed (download launcher) you can press open on the following link:

For Windows:

Execute the following commands in Windows PowerShell

# Download
curl -o unity-renderer-windows.zip https://renderer-artifacts.decentraland.org/desktop/test/rpc-error-commit-hunting-3740/unity-renderer-windows.zip

# Unzip
Expand-Archive -Path unity-renderer-windows.zip -DestinationPath unity-renderer-windows -Force

For Mac:

Execute the following commands:

# Download
curl -o unity-renderer-mac.zip https://renderer-artifacts.decentraland.org/desktop/test/rpc-error-commit-hunting-3740/unity-renderer-mac.zip

# Unzip
unzip unity-renderer-mac.zip -d unity-renderer-mac

For Linux:

Execute the following commands:

# Download
curl -o unity-renderer-linux.zip https://renderer-artifacts.decentraland.org/desktop/test/rpc-error-commit-hunting-3740/unity-renderer-linux.zip

# Unzip
unzip unity-renderer-linux.zip -d unity-renderer-linux

Code coverage report: https://renderer-artifacts.decentraland.org/desktop-coverage/test/rpc-error-commit-hunting-3740