From 68ecc0a762a6c3ba1b9199f42b40493dc2dfa006 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 18 Mar 2024 23:48:40 +0100 Subject: [PATCH] fixed reporting the same content in the atlas migration test --- .github/workflows/test_migration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_migration.yml b/.github/workflows/test_migration.yml index 2ff37052..88533db1 100644 --- a/.github/workflows/test_migration.yml +++ b/.github/workflows/test_migration.yml @@ -61,7 +61,7 @@ jobs: atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3300/campus_db" --format '{{ sql . " " }}' >> $GITHUB_OUTPUT && echo "$EOF" >> $GITHUB_OUTPUT echo "auto_to_local<<$EOF" >> $GITHUB_OUTPUT && - atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3300/campus_db" --format '{{ sql . " " }}' >> $GITHUB_OUTPUT && + atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3300/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --format '{{ sql . " " }}' >> $GITHUB_OUTPUT && echo "$EOF" >> $GITHUB_OUTPUT - name: Find Comment uses: peter-evans/find-comment@v3