Skip to content

Commit

Permalink
🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆🦆☠️💀☠️💀🤬
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Apr 11, 2020
1 parent a7dab70 commit 0224f51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
ELASTICSEARCH_HOST: 'localhost'
ELASTICSEARCH_PORT: '59200'
QA_DOCKER_IMAGE: "rollerworks/search-phpqa:latest"
db_host: 'localhost'
tmpdb_host: 'localhost'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions travis/mysql.travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<ini name="memory_limit" value="-1"/>

<var name="db_type" value="pdo_mysql"/>
<var name="db_host" value="mariadb-server"/>
<var name="db_host" value="localhost"/>
<var name="db_username" value="root"/>
<var name="db_password" value="nope"/>
<var name="db_name" value="search_tests"/>
<var name="db_port" value="3306"/>

<!-- These parameters are not really used, but they are need for the Doctrine TestUtil -->
<var name="tmpdb_type" value="mysqli"/>
<var name="tmpdb_host" value="mariadb-server"/>
<var name="tmpdb_host" value="localhost"/>
<var name="tmpdb_username" value="root"/>
<var name="tmpdb_password" value="nope"/>
<var name="tmpdb_port" value="3306"/>
Expand Down
4 changes: 2 additions & 2 deletions travis/pgsql.travis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<ini name="memory_limit" value="-1"/>

<var name="db_type" value="pdo_pgsql"/>
<var name="db_host" value="pgsql" />
<var name="db_host" value="localhost" />
<var name="db_username" value="postgres" />
<var name="db_password" value="postgres" />
<var name="db_name" value="search_tests" />
<var name="db_port" value="5432"/>

<!-- These parameters are not really used, but they are need for the Doctrine TestUtil -->
<var name="tmpdb_type" value="pdo_pgsql"/>
<var name="tmpdb_host" value="pgsql" />
<var name="tmpdb_host" value="localhost" />
<var name="tmpdb_username" value="postgres" />
<var name="tmpdb_password" value="postgres" />
<var name="tmpdb_port" value="5432"/>
Expand Down

0 comments on commit 0224f51

Please sign in to comment.