mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -69,13 +69,12 @@ jobs:
|
||||
run: docker exec -t build /bin/bash -c "make ui-validate"
|
||||
|
||||
# TODO: Replace with `make validate` once `revive` is bundled in COMPILER_IMAGE
|
||||
# create temporary UI file so that the embed doesn't fail
|
||||
# create UI file so that the embed doesn't fail
|
||||
- name: Validate
|
||||
run: |
|
||||
mkdir ui/v2.5/build
|
||||
touch ui/v2.5/build/dummy
|
||||
mkdir -p ui/v2.5/build
|
||||
touch ui/v2.5/build/index.html
|
||||
docker exec -t build /bin/bash -c "make fmt-check vet it"
|
||||
rm -rf ui/v2.5/build
|
||||
|
||||
- name: Build UI
|
||||
# skip UI build for pull requests if UI is unchanged (UI was cached)
|
||||
|
||||
Reference in New Issue
Block a user