Skip to content

Commit

Permalink
Fix BSK tests (#126)
Browse files Browse the repository at this point in the history
* Update BSK tests

* Get xcode version from dotfile

* Update test.yml

* Bring back cache step
  • Loading branch information
sammacbeth committed Feb 16, 2024
1 parent 6b7ad1e commit 438faf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
with:
repository: 'duckduckgo/BrowserServicesKit'
path: 'BrowserServicesKit'
submodules: recursive
- name: Check out the tests
uses: actions/checkout@v3
with:
Expand All @@ -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_$(<BrowserServicesKit/.xcode-version).app/Contents/Developer

- name: Install xcbeautify
continue-on-error: true
Expand Down

0 comments on commit 438faf5

Please sign in to comment.