From 3bcb0dfccf0be06f22c57e46476c3abe67af4ae5 Mon Sep 17 00:00:00 2001 From: Ingvar August Wedervang <55133964+august95@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:24:47 +0200 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index ef6062c..c4b09e9 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -61,5 +61,7 @@ jobs: - name: Build unit_test Project run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }} + - name: Copy test files + run: xcopy D:\a\braze_compiler\braze_compiler\unit_test\test_files D:\a\braze_compiler\braze_compiler\unit_test\x64\Release /E /I /H /C /Y - name: Run Unit Tests run: D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\unit_test.exe