Skip to content

Commit

Permalink
Adjust github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
JyskFynskeMedierJoej committed Jan 10, 2025
1 parent 520087b commit 54b2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</testsuite>
</testsuites>
<php>
<const name="DB_CACHE_TEST_PGSQL_DSN" value="pgsql:host=postgresql;port=5432;dbname=kodus_db_cache_test"/>
<const name="DB_CACHE_TEST_PGSQL_DSN" value="pgsql:host=localhost;port=5432;dbname=kodus_db_cache_test"/>
<const name="DB_CACHE_TEST_PGSQL_USERNAME" value="root"/>
<const name="DB_CACHE_TEST_PGSQL_PASSWORD" value="root"/>
<const name="DB_CACHE_TEST_MYSQL_DSN" value="mysql:host=localhost;port=3306;dbname=kodus_db_cache_test"/>
Expand Down

0 comments on commit 54b2aea

Please sign in to comment.