Skip to content

Commit 7c065e6

Browse files
authored
remove continue on error
1 parent db21fe0 commit 7c065e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/.e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
FRONTEND_IMAGE: ghcr.io/${{ github.repository }}/frontend:${{ inputs.tag }}
2929
IS_OFFLINE: 'true' # this is for backend to run in offline mode
3030
run: docker compose up -d --wait
31-
continue-on-error: true
3231
- name: Docker Compose Logs
3332
if: ${{ inputs.frontend_url == 'http://localhost:3000' }}
3433
run: docker compose logs

0 commit comments

Comments
 (0)