Update ci.yml
This commit is contained in:
@@ -19,15 +19,15 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Configure Debug
|
- name: Configure Debug
|
||||||
shell: pwsh
|
shell: powershell
|
||||||
run: cmake --preset vs2022-x64-debug
|
run: cmake --preset vs2022-x64-debug
|
||||||
|
|
||||||
- name: Build Debug
|
- name: Build Debug
|
||||||
shell: pwsh
|
shell: powershell
|
||||||
run: cmake --build --preset build-debug
|
run: cmake --build --preset build-debug
|
||||||
|
|
||||||
- name: Run Native Tests
|
- name: Run Native Tests
|
||||||
shell: pwsh
|
shell: powershell
|
||||||
run: cmake --build --preset build-debug --target RUN_TESTS
|
run: cmake --build --preset build-debug --target RUN_TESTS
|
||||||
|
|
||||||
ui-ubuntu:
|
ui-ubuntu:
|
||||||
|
|||||||
Reference in New Issue
Block a user