mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 09:00:06 +00:00
Update ci.yml
This commit is contained in:
parent
2abfc42148
commit
78792e3edf
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -63,6 +63,12 @@ jobs:
|
||||
yarn build
|
||||
yarn test --silent
|
||||
|
||||
- name: Build WebApp
|
||||
run: |
|
||||
cd app/client/web
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
- name: Export
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user