Skip to content

Commit

Permalink
ports for the service
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 25, 2021
1 parent 9cdd7d9 commit 3d509e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: emg
ports:
- 3306
- '3306:3306'
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
Expand All @@ -40,6 +40,7 @@ jobs:
run: |
python -V
mysql --version
mysql -e "SET GLOBAL sql_mode = 'STRICT_TRANS_TABLES'"
- name: 🔧 - Install Dependencies
run: |
pip install -U git+git://github.com/EBI-Metagenomics/emg-backlog-schema.git
Expand Down

0 comments on commit 3d509e6

Please sign in to comment.