Merge branch 'main' of github.com:open-reception/appointment-booking-software into 53-tenant-data-backend

This commit is contained in:
Hendrik Belitz
2025-07-29 11:50:24 +02:00
47 changed files with 1260 additions and 32 deletions
+2
View File
@@ -56,3 +56,5 @@ jobs:
- name: Run E2E tests
run: npm run test:e2e
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
+6
View File
@@ -51,6 +51,12 @@ jobs:
- name: Run E2E tests
run: npm run test:e2e
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker images
run: npm run docker:build-and-push