ci: do not build core in e2e test (#3882)

This commit is contained in:
Alex Yang
2023-08-21 18:36:39 -05:00
committed by GitHub
parent fc9981335b
commit bf00299bc7
8 changed files with 219 additions and 165 deletions

View File

@@ -121,3 +121,7 @@ runs:
- name: Build Infra
shell: bash
run: yarn run build:infra
- name: Build Plugins
shell: bash
run: yarn run build:plugins