mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix admin workflow
This commit is contained in:
parent
a074094f46
commit
5b3c2af943
2
.github/workflows/test_admin_interface.yml
vendored
2
.github/workflows/test_admin_interface.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Admin Interface | Unit tests
|
||||
id: test
|
||||
run: |
|
||||
turbo admin#test admin#lint
|
||||
cd out && turbo admin#test admin#lint
|
||||
echo "success=$([ $? -eq 0 ] && echo true || echo false)" >> $GITHUB_OUTPUT
|
||||
|
||||
lint:
|
||||
|
||||
@ -93,6 +93,9 @@ CMD /bin/sh -c "turbo admin#test --env-mode=loose"
|
||||
##################################################################################
|
||||
FROM nginx:alpine as production
|
||||
|
||||
# TODO: Improve size from 50 MB down to 2 MB with lipanski/docker-static-website:latest
|
||||
# https://lipanski.com/posts/smallest-docker-image-static-website
|
||||
|
||||
# copy builded frontend files
|
||||
COPY --from=installer /app/admin/build/ /usr/share/nginx/html/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user