Browse Source

Merge pull request #2055 from Jave-Chen/bcai-dev-fix-bug-20200302-2051

remove submodules for checkout v2
pull/2/head
Jave-Chen 4 years ago committed by GitHub
parent
commit
46f46ed795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci_e2e.yml
  2. 2
      .github/workflows/ci_ut.yml

2
.github/workflows/ci_e2e.yml

@ -30,8 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/cache@v1
with:
path: ~/.m2/repository

2
.github/workflows/ci_ut.yml

@ -30,8 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/cache@v1
with:
path: ~/.m2/repository

Loading…
Cancel
Save