Use web-app dir for gitea workflow.
Build Web App / build-and-test (push) Failing after 14s
Details
Build Web App / build-and-test (push) Failing after 14s
Details
This commit is contained in:
parent
7ae4ef5461
commit
cc14996677
|
@ -13,5 +13,8 @@ jobs:
|
|||
with:
|
||||
node-version: '22.x'
|
||||
- run: npm ci
|
||||
working-directory: ./web-app
|
||||
- run: npm run build --if-present
|
||||
working-directory: ./web-app
|
||||
- run: npm test
|
||||
working-directory: ./web-app
|
||||
|
|
Loading…
Reference in New Issue