Skip to content

Commit

Permalink
ci: add note, redirect errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 29, 2024
1 parent acbf8f0 commit 0f19f52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

runs-on: macos-14

# Please make sure the available Xcode versions and iOS versions
# on the runner images. /~https://github.com/actions/runner-images
env:
XCODE_VERSION: 15.3
IOS_VERSION: 17.4
Expand Down Expand Up @@ -66,7 +68,7 @@ jobs:
appium driver install xcuitest
appium plugin install images
appium plugin install execute-driver
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors --base-path=/wd/hub > appium.log &
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors --base-path=/wd/hub 2>&1 > appium.log &
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0f19f52

Please sign in to comment.