Skip to content

Commit 416c3b9

Browse files
committed
Update workflow labels.
1 parent e2d7c5d commit 416c3b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ jobs:
266266
fi
267267
cppcheck --project=build/compile_commands.json --error-exitcode=1 --suppress=normalCheckLevelMaxBranches --suppress=*:*/External/* --suppress=*:*/NanoGUI/*
268268
269-
- name: Initialize Virtual Framebuffer (Linux)
269+
- name: Setup Rendering Environment (Linux)
270270
if: matrix.test_render == 'ON' && runner.os == 'Linux'
271271
run: |
272272
Xvfb :1 -screen 0 1280x960x24 &
273273
echo "DISPLAY=:1" >> $GITHUB_ENV
274274
echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV
275275
276-
- name: Initialize Rendering (macOS)
276+
- name: Setup Rendering Environment (MacOS)
277277
if: matrix.test_render == 'ON' && runner.os == 'macOS'
278278
run: |
279279
# macOS can render headless with Metal backend without virtual display
@@ -290,14 +290,14 @@ jobs:
290290
python python/Scripts/baketextures.py resources/Materials/Examples/StandardSurface/standard_surface_brass_tiled.mtlx build/render/brass_average_baked.mtlx --average
291291
python python/Scripts/translateshader.py resources/Materials/Examples/StandardSurface/standard_surface_carpaint.mtlx build/render/usd_preview_surface_carpaint.mtlx UsdPreviewSurface --hdr
292292
293-
- name: Render Application Tests
293+
- name: Viewer Tests
294294
if: matrix.test_render == 'ON'
295295
run: |
296296
../installed/bin/MaterialXView --material brass_average_baked.mtlx --mesh ../../resources/Geometry/sphere.obj --screenWidth 128 --screenHeight 128 --cameraZoom 1.4 --shadowMap false --captureFilename Viewer_BrassAverage.png
297297
../installed/bin/MaterialXView --material usd_preview_surface_carpaint.mtlx --mesh ../../resources/Geometry/sphere.obj --screenWidth 128 --screenHeight 128 --cameraZoom 1.4 --shadowMap false --captureFilename Viewer_CarpaintTranslated.png
298298
working-directory: build/render
299299

300-
- name: Render Application Tests (GraphEditor - Linux only)
300+
- name: Graph Editor Tests
301301
if: matrix.test_render == 'ON' && runner.os == 'Linux'
302302
run: |
303303
../installed/bin/MaterialXGraphEditor --material ../../resources/Materials/Examples/StandardSurface/standard_surface_marble_solid.mtlx --viewWidth 128 --viewHeight 128 --captureFilename GraphEditor_MarbleSolid.png

0 commit comments

Comments
 (0)