Skip to content

Commit c2a516d

Browse files
authored
fix local verification on CI (#494)
1 parent 863d5de commit c2a516d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify-local-development.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: Stop infrastructure
3636
if: always()
3737
run: |
38-
docker compose logs
3938
docker compose down
4039
4140
verify-spring-boot-test-run:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ src/docs/architecture/*.jpg
4545

4646
.allure
4747
allure-results
48+
49+
.diffblue/

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ services:
3333
read_only: true
3434
ports:
3535
- "9324:9324"
36-
- "9325:9325"

0 commit comments

Comments
 (0)