Skip to content

Commit 4c838fb

Browse files
committed
Merge branch 'chore/fix-frontend-docker-build'
2 parents 254abf1 + e8c9412 commit 4c838fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-public-api.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: |
4040
echo "Building backend image for testing..."
4141
docker build -t test-backend:latest ./backend
42+
echo "Building frontend image for testing..."
43+
docker build -t test-frontend:latest ./frontend
4244
4345
- name: Setup environment and start services
4446
env:

0 commit comments

Comments
 (0)