Skip to content

Commit

Permalink
Let me split up "cd ... && swift run" commands to see the error probably
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Oct 2, 2024
1 parent 9f0de25 commit ff41d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff41d25

Please sign in to comment.