From a48b8f62bcfe55bd863b1a607cf0d29a5dd5a89f Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Fri, 17 May 2024 17:38:07 -0400 Subject: [PATCH] CI : Run `GafferArnold*Test`, `IECoreArnoldTest` --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce6960d7cc1..0dffb325a4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -205,11 +205,10 @@ jobs: #Build Arnold extension subprocess.check_call( "scons -j 2 build BUILD_TYPE=${{ matrix.buildType }} OPTIONS=.github/workflows/main/sconsOptions", shell = True ) - if os.name != "nt" : - # Test Arnold extension - print( "::add-matcher::./.github/workflows/main/problemMatchers/unittest.json" ) - subprocess.check_call( "${{ matrix.testRunner }} \"" + os.path.join( os.environ["GAFFER_BUILD_DIR"], "bin", "gaffer" ) + " test IECoreArnoldTest GafferArnoldTest GafferArnoldUITest\"", shell = True ) - print( "::remove-matcher owner=unittest::" ) + # Test Arnold extension + print( "::add-matcher::./.github/workflows/main/problemMatchers/unittest.json" ) + subprocess.check_call( "${{ matrix.testRunner }} \"" + os.path.join( os.environ["GAFFER_BUILD_DIR"], "bin", "gaffer" ) + " test IECoreArnoldTest GafferArnoldTest GafferArnoldUITest\"", shell = True ) + print( "::remove-matcher owner=unittest::" ) # Publish ARNOLD_ROOT to the environment for subsequent steps, # so we can build the docs for GafferArnold.