File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments