Skip to content

Commit cb4b575

Browse files
committed
Unit testing workflow #204, #162, #163, #184, #180, #165, #31
Signed-off-by: Caleb <[email protected]>
1 parent c06a5d8 commit cb4b575

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/unit_testing.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
name: Build and Unit Testing of Engine
2323
permissions: write-all
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
2728
include:
@@ -127,9 +128,9 @@ jobs:
127128
if: ${{ matrix.os == 'windows-latest' }}
128129
working-directory: ${{ env.VCPKG_ROOT }}
129130
run: |
130-
(vcpkg fetch nuget) sources add -Name github -Source ${{ env.NUGET_FEED_URL }} -UserName ${{ env.NUGET_USER_NAME }} -Password ${{ env.NUGET_API_KEY }}
131-
(vcpkg fetch nuget) setapikey ${{ env.NUGET_API_KEY }} -Source github
132-
(vcpkg fetch nuget) sources
131+
.$(vcpkg fetch nuget) sources add -Name github -Source ${{ env.NUGET_FEED_URL }} -UserName ${{ env.NUGET_USER_NAME }} -Password ${{ env.NUGET_API_KEY }}
132+
.$(vcpkg fetch nuget) setapikey ${{ env.NUGET_API_KEY }} -Source github
133+
.$(vcpkg fetch nuget) sources
133134
134135
- name: Configure Binary Sources (Unix like)
135136
if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)