Skip to content

Commit

Permalink
Merge branch 'main' into fix_npe_and_mod_wait_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aressu1985 authored Sep 26, 2023
2 parents 8a5f772 + ed284d3 commit 9d55b7b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
dist-bvt-linux-x86:
runs-on: ubuntu-latest
name: BVT Test on Ubuntu/x64
timeout-minutes: 30
timeout-minutes: 300

steps:
- name: checkout head
Expand Down Expand Up @@ -112,12 +112,3 @@ jobs:
if [ -d "./base/" ]; then rm -rf ./base/; fi
rm -rf ./mo-tester/.git
rm -rf ./mo-tester/lib
- uses: actions/upload-artifact@v2
if: ${{ always() }}
continue-on-error: true
with:
name: linux_x86_ci_reports
path: |
${{ github.workspace }}
retention-days: 7

0 comments on commit 9d55b7b

Please sign in to comment.