Skip to content

Commit

Permalink
mysql added
Browse files Browse the repository at this point in the history
  • Loading branch information
jesussmariscal committed Dec 27, 2024
1 parent 0fa5ebc commit c6d8ab5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/testBackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ on:
jobs:
build-and-test:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8.0.31
env:
MYSQL_ROOT_PASSWORD: 12345678
MYSQL_DATABASE: tfgdb
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3


steps:
- name: Checkout code
Expand Down

0 comments on commit c6d8ab5

Please sign in to comment.