Skip to content

Commit

Permalink
ports for the service2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 25, 2021
1 parent 3d509e6 commit 492de7b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,10 @@ jobs:
uses: supercharge/[email protected]
with:
mongodb-version: 4.0
# - name: Start MySQL 8.0
# uses: mirromutth/mysql-action@master
# with:
# host port: 3800
# mysql version: 8.0
# mysql database: emg
# mysql user: root
# mysql password: secret
- name: ⚙️ - Checking environment
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 All @@ -52,8 +43,6 @@ jobs:
pip install -U .
pip freeze
- name: 🧪 - Testing
env:
EMG_CONFIG: ${{ github.workspace }}/ci/configuration.yaml
run: |
cat $EMG_CONFIG
python setup.py test
Expand Down

0 comments on commit 492de7b

Please sign in to comment.