Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 authored Sep 14, 2024
1 parent a710f1b commit e1622be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ 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: Copy exe
run: robocopy D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\ D:\a\braze_compiler\braze_compiler\unit_test\

- name: Run Unit Tests
run: D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\unit_test.exe
run: D:\a\braze_compiler\braze_compiler\unit_test\unit_test.exe

0 comments on commit e1622be

Please sign in to comment.