diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 88e0183f..b61f50e3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: - name: Build (Debug) run: cmake --build build --config Debug - name: Unittest (Debug) - shell: cmd + shell: bash run: | build/Debug/jngl-unittest CharacterTest build/Debug/jngl-unittest Color @@ -30,7 +30,7 @@ jobs: - name: Build (Release) run: cmake --build build --config Release - name: Unittest (Release) - shell: cmd + shell: bash run: | build/Release/jngl-unittest CharacterTest build/Release/jngl-unittest Color @@ -56,7 +56,7 @@ jobs: - name: Build (Debug) run: cmake --build build --config Debug - name: Unittest (Debug) - shell: cmd + shell: bash run: | build/Debug/jngl-unittest CharacterTest build/Debug/jngl-unittest Color @@ -70,7 +70,7 @@ jobs: - name: Build (Release) run: cmake --build build --config Release - name: Unittest (Release) - shell: cmd + shell: bash run: | build/Release/jngl-unittest CharacterTest build/Release/jngl-unittest Color