Skip to content

Commit

Permalink
added an mysqldump configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent 77f8104 commit 77142af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
CI_AUTO_MIGRATION: "true"
DB_DSN: root:super_secret_passw0rd@tcp(localhost:3300)/campus_db?charset=utf8mb4&parseTime=True&loc=Local
ENVIRONMENT: dev
- name: export auto databases
run: mysqldump --host localhost:3300 --user root --password super_secret_passw0rd --no-data campus_db --result-file=./auto.sql && cat ./auto.sql
build:
runs-on: ubuntu-latest
needs: [test, test_migrations]
Expand Down

0 comments on commit 77142af

Please sign in to comment.