Skip to content

Commit

Permalink
Fix windows change in output path
Browse files Browse the repository at this point in the history
  • Loading branch information
Laguna1989 committed Dec 18, 2023
1 parent e663e26 commit a4761dd
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/test_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,25 +127,13 @@ jobs:
run: cmake --build .

- name: Copy assets
run: cp -r assets ${{github.workspace}}/build/test/unit_tests/Debug
run: cp -r assets ${{github.workspace}}/build/test/unit_tests/assets

- run: net start audiosrv

- name: ls1
working-directory: ${{github.workspace}}/build
run: ls test/

- name: ls2
working-directory: ${{github.workspace}}/build
run: ls test/unit_tests/

- name: ls3
working-directory: ${{github.workspace}}/build
run: ls test/unit_tests/Debug

- name: Test
working-directory: ${{github.workspace}}/build
run: test/unit_tests/Debug/OpenALpp_UnitTests.exe --order rand
run: test/unit_tests/OpenALpp_UnitTests.exe --order rand

Web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4761dd

Please sign in to comment.