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.
1 parent db21fe0 commit 7c065e6Copy full SHA for 7c065e6
.github/workflows/.e2e.yml
@@ -28,7 +28,6 @@ jobs:
28
FRONTEND_IMAGE: ghcr.io/${{ github.repository }}/frontend:${{ inputs.tag }}
29
IS_OFFLINE: 'true' # this is for backend to run in offline mode
30
run: docker compose up -d --wait
31
- continue-on-error: true
32
- name: Docker Compose Logs
33
if: ${{ inputs.frontend_url == 'http://localhost:3000' }}
34
run: docker compose logs
0 commit comments