Skip to content

Commit

Permalink
updated the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 11, 2024
1 parent 744062b commit 1150b23
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/test_migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,20 @@ jobs:
test_migrations:
runs-on: ubuntu-latest
services:
auto_mariadb:
image: bitnami/mariadb:latest
auto_mysql:
image: mysql:8
ports:
- 3306:3306
env:
MARIADB_ROOT_PASSWORD: super_secret_passw0rd
MARIADB_DATABASE: campus_db
MARIADB_CHARACTER_SET: utf8mb4
MARIADB_COLLATE: utf8mb4_unicode_ci
manual_mariadb:
image: bitnami/mariadb:latest
MYSQL_ROOT_PASSWORD: super_secret_passw0rd
MYSQL_DATABASE: campus_db
manual_mysql:
image: mysql:8
ports:
- 3300:3306
env:
MARIADB_ROOT_PASSWORD: super_secret_passw0rd
MARIADB_DATABASE: campus_db
MARIADB_CHARACTER_SET: utf8mb4
MARIADB_COLLATE: utf8mb4_unicode_ci
MYSQL_ROOT_PASSWORD: super_secret_passw0rd
MYSQL_DATABASE: campus_db
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 1150b23

Please sign in to comment.