You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to check more detail inforamtion about the recce result,
81
-
please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) file and open it by [Recce](https://pypi.org/project/recce/) CLI.
80
+
If you want to check more detail inforamtion about the recce result, please download the [artifact](${{ steps.recce-artifact-uploader.outputs.artifact-url }}) file and open it by [Recce](https://pypi.org/project/recce/) CLI.
81
+
82
+
### How to check the recce result
82
83
```bash
83
-
# Unzip the downloaded artifact file
84
-
tar -xf recce-state-file.zip
84
+
# Unzip the downloaded artifact file
85
+
tar -xf recce-state-file.zip
86
+
87
+
# Launch the recce server based on the state file
88
+
recce server --review recce_state.json
85
89
86
-
# Launch the recce server based on the state file
87
-
recce server --review recce_state.json
90
+
# Open the recce server http://localhost:8000 by your browser
0 commit comments