From 0b65aa99adb07e0875f17ee7a812342afbec5bf9 Mon Sep 17 00:00:00 2001 From: Rich Hornung Date: Fri, 19 Jul 2024 14:49:28 -0700 Subject: [PATCH] ahhh --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8b7d5d3f2..6b52c64d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: ## ==================================== ## Print the contents of the test directory in the build space - run: | - cd D:\a\RAJA\RAJA\build\test & dir + dir D:\a\RAJA\RAJA\build\test /S ## ==================================== ## This produces errors because tests are not found in the ## build/test/Release directory. Many attempts to set