Skip to content

Commit

Permalink
fix: remove update_check
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Jan 9, 2024
1 parent 71da69a commit 7ae1c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ jobs:
report_paths: 'integrationtest/devicefarm/report/*.xml'
require_tests: true
detailed_summary: true
update_check: true
include_passed: true
fail_on_failure: true
job_name: logcat test
job_name: integration test
- name: Upload test result
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down

0 comments on commit 7ae1c9f

Please sign in to comment.