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