remove lerna from Test step in github actions

This commit is contained in:
Bradley Zhou
2020-07-25 23:56:02 +08:00
committed by jeremywu
parent b7386b2e15
commit e5e7e39e51

View File

@@ -19,7 +19,6 @@ jobs:
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install --frozen-lockfile
- run: npx lerna bootstrap
- uses: borales/actions-yarn@v2.0.0
with:
cmd: test