Skip to content

Commit

Permalink
Path to test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Apr 7, 2020
1 parent e7f74e8 commit d527cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: msbuild Platform.Delegates.sln /p:Configuration=Test /p:Platform=x64
- name: Test
run: x64\Release\Platform.Delegates.Tests.Console.exe
run: x64\Test\Platform.Delegates.Tests.Console.exe

deploy:
needs: buildAndTest
Expand Down

0 comments on commit d527cf6

Please sign in to comment.