Skip to content

Commit 8bac828

Browse files
committed
fix: benchmarks and baseline job
1 parent 8288075 commit 8bac828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-benchmark-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: "Generate phpbench.json with dynamic port"
5252
run: |
53-
echo '{"runner.php_env": {"PGSQL_DATABASE_URL": "pgsql://postgres:postgres@127.0.0.1:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8"}}' > phpbench.json
53+
sed 's/127.0.0.1:5432/127.0.0.1:${{ job.services.postgres.ports[5432] }}/' phpbench.json.dist > phpbench.json
5454
5555
- name: "Execute benchmarks"
5656
id: init_comment

0 commit comments

Comments
 (0)