Skip to content

Commit 569ff6f

Browse files
committed
chore: Fix ci setup for activity
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent ce820e1 commit 569ff6f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ jobs:
7070
with:
7171
path: apps/${{ env.APP_NAME }}
7272

73+
- name: Checkout activity
74+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
75+
with:
76+
repository: nextcloud/activity
77+
ref: ${{ matrix.server-versions }}
78+
path: apps/activity
79+
7380
- name: Set up php ${{ matrix.php-versions }}
7481
uses: shivammathur/setup-php@2.28.0
7582
with:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"@test:integration"
4040
],
4141
"test:unit": "vendor/bin/phpunit -c tests/phpunit.xml",
42-
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh"
42+
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml",
43+
"test:api": "cd tests/integration && ./run.sh"
4344
},
4445
"autoload-dev": {
4546
"psr-4": {

0 commit comments

Comments
 (0)