diff --git a/.github/workflows/focus-ios-ui-tests.yml b/.github/workflows/focus-ios-ui-tests.yml index 96b1be5359f4..8b4df7f0b440 100644 --- a/.github/workflows/focus-ios-ui-tests.yml +++ b/.github/workflows/focus-ios-ui-tests.yml @@ -27,7 +27,6 @@ jobs: sudo rm -rf /Applications/Xcode.app sudo xcode-select -s /Applications/Xcode_${{ env.xcode_version }}.app/Contents/Developer xcodebuild -version - df -h ./checkout.sh ./bootstrap.sh --force - name: Compile source code diff --git a/checkout.sh b/checkout.sh index 96c385182448..4646f8070637 100755 --- a/checkout.sh +++ b/checkout.sh @@ -18,4 +18,5 @@ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/mozilla/ cd .. # Make sure we are at the root of the repo rm -rf shavar-prod-lists && git clone https://github.com/mozilla-services/shavar-prod-lists.git && git -C shavar-prod-lists checkout $SHAVAR_COMMIT_HASH -(cd BrowserKit && swift run) +cd BrowserKit +swift run