Skip to content

Commit 83287fd

Browse files
ci(integration): fix workflow issues
Signed-off-by: Luka Trovic <[email protected]>
1 parent 07c37ca commit 83287fd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/Db/Assignment.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use JsonSerializable;
1111

1212
class Assignment extends RelationalEntity implements JsonSerializable {
13-
public $id;
1413
protected $participant;
1514
protected $cardId;
1615
protected $type;

lib/Db/Session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use OCP\AppFramework\Db\Entity;
1313

1414
class Session extends Entity implements \JsonSerializable {
15-
public $id;
1615
protected $userId;
1716
protected $token;
1817
protected $lastContact;

tests/integration/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HIDE_OC_LOGS=$2
77

88
# Nextcloud integration tests composer
99
(
10-
cd ${OC_PATH}build/integration
10+
cd ${OC_PATH}vendor-bin/behat
1111
composer install
1212
)
1313
INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)

0 commit comments

Comments
 (0)