Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Setup MySQL environment

Configure the MySQL service container.

Example Usage

  execute-test:
    runs-on: ubuntu-latest
    services:
      mysql:
        image: mariadb
        env: { "MARIADB_ALLOW_EMPTY_ROOT_PASSWORD": "1" }
        ports: [3306:3306]
    steps:
      - uses: infrabits/ci-setup-mysql@main

About

GitHub action to configure MySQL

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors