From 438f1908cd46941b9d73db82bf90ac96639ac240 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:18:48 -0400 Subject: [PATCH] Update build_and_test_debug_client.yml --- .github/workflows/build_and_test_debug_client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test_debug_client.yml b/.github/workflows/build_and_test_debug_client.yml index 28ee6f81c7..848794b905 100644 --- a/.github/workflows/build_and_test_debug_client.yml +++ b/.github/workflows/build_and_test_debug_client.yml @@ -131,7 +131,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - - name: Build Tun2Socks (required for Test OutlineAppleLib) + - name: Build Tun2Socks Backend (required for Test OutlineAppleLib) run: npm run action client/src/backend/build macos - name: Test OutlineAppleLib @@ -173,7 +173,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - - name: Build Tun2Socks (required for Test OutlineAppleLib) + - name: Build Tun2Socks Backend (required for Test OutlineAppleLib) run: npm run action client/src/backend/build ios - name: Test OutlineAppleLib @@ -215,7 +215,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - - name: Build Tun2Socks (required for Test OutlineAppleLib) + - name: Build Tun2Socks Backend (required for Test OutlineAppleLib) run: npm run action client/src/backend/build maccatalyst - name: Test OutlineAppleLib