We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07f371 commit 8327b9aCopy full SHA for 8327b9a
.github/workflows/test-windows.yml
@@ -62,6 +62,9 @@ jobs:
62
env:
63
JUNIT_FILE: junit-${{ matrix.binary_name }}.xml
64
run: |
65
+ # Building the web UI on Windows merely creates an empty file at
66
+ # web_ui/frontend/out/index.html. Nevertheless, we'll go through
67
+ # the same steps as for other OSes, in case that changes.
68
echo "::group::Building web UI"
69
make web-build
70
echo "::endgroup::"
0 commit comments