Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent 3a8940fa8f
commit e2b70b650d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -146,7 +146,10 @@ jobs:
$dllSourcePath = "build/${{ matrix.config.BUILD_TYPE }}" $dllSourcePath = "build/${{ matrix.config.BUILD_TYPE }}"
$dllDestPath = "build/tests" $dllDestPath = "build/tests"
Copy-Item -Path "$dllSourcePath\*.dll" -Destination $dllDestPath -Force Copy-Item -Path "$dllSourcePath\*.dll" -Destination $dllDestPath -Force
- name: Run Tests0
run: ctest --test-dir build -C Release --output-on-failure --verbose
- name: Tests - name: Tests
shell: pwsh shell: pwsh
run: | run: |

Loading…
Cancel
Save