added ui build stub
This commit is contained in:
parent
8ba9c09b80
commit
10d07a9f34
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -36,6 +36,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
- name: Add UI build stub
|
||||||
|
working-directory: ./ui
|
||||||
|
run: |
|
||||||
|
mkdir -p ./build
|
||||||
|
touch ./build/UI_BUILD_STUB
|
||||||
|
|
||||||
# Formatting
|
# Formatting
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user