Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jul 19, 2024
1 parent d9f3479 commit 9fac4ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Set up Appium env
uses: actions/setup-node@v3
with:
node-version: 16
check-latest: true
node-version: 'lts/*'
- name: Install Appium XCUITest
run: |
npm install -g appium
Expand All @@ -51,8 +50,8 @@ jobs:
bundle install
bundle exec rspec spec/ios_example_spec.rb
- name: Upload appium.out
uses: actions/[email protected]
if: failure()
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
path: appium.out

0 comments on commit 9fac4ed

Please sign in to comment.