@@ -116,32 +116,12 @@ jobs:
116116 env :
117117 AZURITE_ACCOUNTS : flowphpaccount01:flowphpkey01
118118
119- - name : " Test - Libraries"
120- run : " composer test:libraries"
121- env :
122- FLOW_PARQUET_TESTS_DEBUG : " 0"
123- PGSQL_DATABASE_URL : pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
124- MYSQL_DATABASE_URL : mysql://mysql:mysql@127.0.0.1:${{ job.services.mysql.ports[3306] }}/mysql
125-
126119 - name : " Test - ETL Core"
127- run : " composer test:core"
128-
129- - name : " Test - CLI"
130- run : " composer test:cli"
131- env :
132- PGSQL_DATABASE_URL : pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
133-
134- - name : " Test - Adapters"
135- run : " composer test:adapters"
136- env :
120+ timeout-minutes : 10
121+ run : " composer -- --coverage-clover=./var/phpunit/coverage/clover/coverage.xml"
137122 PGSQL_DATABASE_URL : pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
138123 MYSQL_DATABASE_URL : mysql://mysql:mysql@127.0.0.1:${{ job.services.mysql.ports[3306] }}/mysql
139124 SQLITE_DATABASE_URL : " sqlite:///:memory:"
140-
141- - name : " Test - Bridges"
142- run : " composer test:bridges"
143- env :
144- PGSQL_DATABASE_URL : pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
145125 AZURITE_HOST : " localhost"
146126 AZURITE_BLOB_PORT : " 10000"
147127 AZURITE_ACCOUNT_NAME : " flowphpaccount01"
@@ -153,6 +133,7 @@ jobs:
153133 OTEL_RECEIVER_HTTP_ENDPOINT : " http://localhost:4318"
154134 OTEL_RECEIVER_GRPC_ENDPOINT : " localhost:4317"
155135 OTEL_COLLECTOR_METRICS_ENDPOINT : " http://localhost:8888/metrics"
136+ FLOW_PARQUET_TESTS_DEBUG : " 0"
156137
157138 - name : Upload to Codecov
158139 uses : ./.github/actions/codecov-report
0 commit comments