Skip to content

Commit

Permalink
Unit testing workflow #204, #162, #163, #184, #180, #165, #31
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb <calebgh@gmail.com>
  • Loading branch information
cbuahin committed Mar 3, 2025
1 parent c06a5d8 commit cb4b575
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
name: Build and Unit Testing of Engine
permissions: write-all
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
include:
Expand Down Expand Up @@ -127,9 +128,9 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
working-directory: ${{ env.VCPKG_ROOT }}
run: |
(vcpkg fetch nuget) sources add -Name github -Source ${{ env.NUGET_FEED_URL }} -UserName ${{ env.NUGET_USER_NAME }} -Password ${{ env.NUGET_API_KEY }}
(vcpkg fetch nuget) setapikey ${{ env.NUGET_API_KEY }} -Source github
(vcpkg fetch nuget) sources
.$(vcpkg fetch nuget) sources add -Name github -Source ${{ env.NUGET_FEED_URL }} -UserName ${{ env.NUGET_USER_NAME }} -Password ${{ env.NUGET_API_KEY }}
.$(vcpkg fetch nuget) setapikey ${{ env.NUGET_API_KEY }} -Source github
.$(vcpkg fetch nuget) sources
- name: Configure Binary Sources (Unix like)
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit cb4b575

Please sign in to comment.