We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 254abf1 + e8c9412 commit 4c838fbCopy full SHA for 4c838fb
.github/workflows/test-public-api.yml
@@ -39,6 +39,8 @@ jobs:
39
run: |
40
echo "Building backend image for testing..."
41
docker build -t test-backend:latest ./backend
42
+ echo "Building frontend image for testing..."
43
+ docker build -t test-frontend:latest ./frontend
44
45
- name: Setup environment and start services
46
env:
0 commit comments