From 773b926334707a95e9794adbcc83d56a12c2d357 Mon Sep 17 00:00:00 2001 From: Eric Cabrel TIOGO Date: Sun, 1 Sep 2024 19:24:52 +0200 Subject: [PATCH] fix: migration diff step n tests --- .github/workflows/migration-db-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migration-db-check.yml b/.github/workflows/migration-db-check.yml index 43200b3..c999ce3 100644 --- a/.github/workflows/migration-db-check.yml +++ b/.github/workflows/migration-db-check.yml @@ -51,4 +51,4 @@ jobs: - name: Comment pull request with the migration diff uses: thollander/actions-comment-pull-request@v2 with: - filePath: migration-message.txt + filePath: packages/domain/migration-message.txt