Updated build process
This commit is contained in:
parent
0255ef2325
commit
41091c2b43
@ -24,6 +24,14 @@ jobs:
|
|||||||
- name: Build app
|
- name: Build app
|
||||||
run: neu build
|
run: neu build
|
||||||
|
|
||||||
|
- name: TestStep
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
cd dist/
|
||||||
|
ls -la
|
||||||
|
cd clearapp/
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user