fix PR build test
This commit is contained in:
parent
0ef0f6a90a
commit
ffeaefa93a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
|
|
@ -81,6 +81,9 @@ jobs:
|
|||
working-directory: ui
|
||||
run: pnpm run generate
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Validate Docker build
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue