Skip to content

Commit 8327b9a

Browse files
committed
Add additional comments based on reviewer feedback
1 parent a07f371 commit 8327b9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
env:
6363
JUNIT_FILE: junit-${{ matrix.binary_name }}.xml
6464
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.
6568
echo "::group::Building web UI"
6669
make web-build
6770
echo "::endgroup::"

0 commit comments

Comments
 (0)