feat: Add needs in Build docker, Add Path in Build webui

This commit is contained in:
EstrellaXD
2023-06-07 21:04:49 +08:00
parent 77579a5a9c
commit 13aae00a9f

View File

@@ -39,6 +39,9 @@ jobs:
with:
node-version: latest
- name: CD into path
run: cd webui
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
@@ -88,7 +91,7 @@ jobs:
build-docker:
runs-on: ubuntu-latest
needs: [test]
needs: [test, build-webui]
steps:
- name: Checkout
uses: actions/checkout@v3