mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
test for ui
This commit is contained in:
@@ -27,7 +27,8 @@ jobs:
|
||||
path: ~/project
|
||||
- attach_workspace:
|
||||
at: /UI
|
||||
|
||||
|
||||
- run: ls /UI/dist/*
|
||||
- run: rm -r src/main/resources/web/*
|
||||
- run: mv /UI/dist/* src/main/resources/web
|
||||
- run: mvn package
|
||||
@@ -60,4 +61,7 @@ workflows:
|
||||
- build_ui
|
||||
- deploy:
|
||||
requires:
|
||||
- build_jar
|
||||
- build_jar
|
||||
# filters:
|
||||
# branches:
|
||||
# only: master
|
||||
Reference in New Issue
Block a user