Build ui-common part of CI (#914)

* Build ui-common always locally
This commit is contained in:
Igor Gov
2022-03-29 14:14:52 +03:00
committed by GitHub
parent dcd8a64f43
commit e867b7d0f1
5 changed files with 16 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Check modified files
id: modified_files
run: devops/check_modified_files.sh agent/ shared/ tap/ ui/ Dockerfile
run: devops/check_modified_files.sh agent/ shared/ tap/ ui/ ui-common/ Dockerfile
- name: Set up Docker Buildx
if: steps.modified_files.outputs.matched == 'true'