feat(package): adjust packages to workspaces

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-02 16:24:45 +01:00 committed by David Mehren
parent 046a173891
commit 2241a3faea
26 changed files with 5157 additions and 11075 deletions

View file

@ -71,7 +71,7 @@ jobs:
container:
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-ci:${{ github.sha }}
steps:
- run: cd /usr/src/app && yarn run test
- run: cd /usr/src/app/backend && yarn run test
sqlite-e2e:
runs-on: ubuntu-latest
@ -80,7 +80,7 @@ jobs:
container:
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-ci:${{ github.sha }}
steps:
- run: cd /usr/src/app && yarn run test:e2e
- run: cd /usr/src/app/backend && yarn run test:e2e
build-prod:
runs-on: ubuntu-latest

View file

@ -79,7 +79,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: frontend/Dockerfile
file: frontend/docker/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha