diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6ee6b4b..2c624d8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: ENVIRONMENT: dev - uses: ariga/setup-atlas@master - name: export diff the migrations - run: atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3300/campus_db" + run: 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 . " " }}' build: runs-on: ubuntu-latest needs: [test, test_migrations]