Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 4c19ce8

Browse files
authored
Merge pull request #263 from mesilov/dev
test ci\cd 6
2 parents 8079326 + 593105f commit 4c19ce8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Integration tests"
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
pull_request:
66

77
env:
88
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"

src/Core/Batch.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ protected function getTraversable(bool $isHaltOnError): Generator
608608
'batchApiCommandUuid' => $batchResult->getApiCommand()->getUuid()->toString(),
609609
]
610610
);
611+
// todo try to multiplex requests
611612
$response = $batchResult->getResponseData();
612613

613614
// single queries

0 commit comments

Comments
 (0)