From 438faf5160f7db0fd2f2952945a809a33a9cdbac Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Fri, 16 Feb 2024 18:14:47 +0100 Subject: [PATCH] Fix BSK tests (#126) * Update BSK tests * Get xcode version from dotfile * Update test.yml * Bring back cache step --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e05147..68be03d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,7 @@ jobs: with: repository: 'duckduckgo/BrowserServicesKit' path: 'BrowserServicesKit' + submodules: recursive - name: Check out the tests uses: actions/checkout@v3 with: @@ -98,7 +99,7 @@ jobs: ${{ runner.os }}-spm- - name: Select Xcode - run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer + run: sudo xcode-select -s /Applications/Xcode_$(