From 94b1e401c3d1f2d1c859bf4eb076eff56e08dd4c Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:48:52 +0900 Subject: [PATCH] Update testing-matrix.yaml --- .github/workflows/testing-matrix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-matrix.yaml b/.github/workflows/testing-matrix.yaml index b9d170f..5d824a3 100644 --- a/.github/workflows/testing-matrix.yaml +++ b/.github/workflows/testing-matrix.yaml @@ -45,4 +45,4 @@ jobs: run: xcodebuild -scheme LiveKitLivestreamExample -showdestinations - name: Run All Tests - run: xcodebuild test -scheme LiveKitLivestreamExample -destination '${{ matrix.destination }}' + run: xcodebuild test -project ./LiveKitLivestreamExample.xcodeproj -scheme LiveKitLivestreamExample -destination '${{ matrix.destination }}'