We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470cc58 commit 412e435Copy full SHA for 412e435
1 file changed
.github/workflows/run-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
shell: cmd
31
32
- name: Build BlueM.Opt.Tests
33
- run: msbuild BlueM.Opt\tests\BlueM.Opt.Tests.vbproj -restore -property:Platform=x64 -property:Configuration=Debug
+ run: msbuild BlueM.Opt\Tests\BlueM.Opt.Tests\BlueM.Opt.Tests.vbproj -restore -property:Platform=x64 -property:Configuration=Debug
34
35
- name: Run Tests
36
run: |
@@ -40,4 +40,4 @@ jobs:
40
uses: actions/upload-artifact@v4
41
with:
42
name: test-results
43
- path: BlueM.Opt\tests\BlueM.Opt.Tests\TestResults
+ path: BlueM.Opt\Tests\BlueM.Opt.Tests\TestResults
0 commit comments