From 3f535e0ef0f335baa7951743152995cc02b4d8bf Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Sat, 10 May 2025 08:54:33 +0200 Subject: [PATCH] Verbose CI --- .github/workflows/BuildPR.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index 5303b27f..7b7a8f2a 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -35,7 +35,7 @@ jobs: - name: Show openssl version run: | openssl version - - name: Test project + - name: Test project ${{ matrix.arch }} run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" test ARCHS="${{ matrix.arch }}" - - name: Archive project + - name: Archive project ${{ matrix.arch }} run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive ARCHS="${{ matrix.arch }}"