Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-05 12:31:26 +0300
committerCôme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com>2022-06-13 15:27:13 +0300
commit57c01a2f1fdb60f2ca738f310b87d3aa16ef0f75 (patch)
treeb37cfd8869915e669e323ab5733dd232877ab8da /.github
parentceb74d0dd1e7fc8cba5e12420ad603f08b75bf8a (diff)
Test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit-mysql.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index d209ea95..650e5def 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -79,6 +79,9 @@ jobs:
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_CONFIG }}
+ - name: Run Nextcloud
+ run: php -S localhost:8080 &
+
- name: PHPUnit
# Only run if phpunit config file exists
if: steps.check_phpunit.outputs.files_exists == 'true'
@@ -91,11 +94,6 @@ jobs:
with:
files: apps/${{ env.APP_NAME }}/${{ env.PHPUNIT_INTEGRATION_CONFIG }}
- - name: Run Nextcloud
- # Only run if phpunit integration config file exists
- if: steps.check_integration.outputs.files_exists == 'true'
- run: php -S localhost:8080 &
-
- name: PHPUnit integration
# Only run if phpunit integration config file exists
if: steps.check_integration.outputs.files_exists == 'true'