Skip to content

Commit

Permalink
Run swift run on shell instead of in the script 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Oct 2, 2024
1 parent 0cee45a commit 76340a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
sudo xcode-select -s /Applications/Xcode_${{ env.xcode_version }}.app/Contents/Developer
xcodebuild -version
./checkout.sh
./bootstrap.sh --force
cd BrowserKit
swift run --verbose
cd ..
- name: Compile source code
id: compile
run: |
Expand Down
4 changes: 2 additions & 2 deletions checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +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 --verbose
# cd BrowserKit
# swift run --verbose

0 comments on commit 76340a8

Please sign in to comment.