Skip to content

Commit e73cdde

Browse files
committed
remove mailcatcher from workflow
1 parent bebe13f commit e73cdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: "0.4.15"
2626
enable-cache: true
2727
- run: docker compose down -v --remove-orphans
28-
- run: docker compose up -d db mailcatcher
28+
- run: docker compose up -d db
2929
- name: Migrate DB
3030
run: uv run bash scripts/prestart.sh
3131
working-directory: backend

0 commit comments

Comments
 (0)