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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-21 20:31:10 +0300
committerJulius Härtl <jus@bitgrid.net>2020-12-21 20:31:10 +0300
commitd9f6ba286d4ff8422225a5bc9eb0fd4d3ee5c25e (patch)
tree46b5d29bffc6173ac1b48db148d02477a8fbdade /.github
parent1a765340ca385cdbc9c035d97a6d0d061c138f23 (diff)
Fix order of composer install when running oci tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml8
-rw-r--r--.github/workflows/phpunit.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 3a02ead6..e9cc8e8c 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -276,10 +276,6 @@ jobs:
with:
path: apps/${{ env.APP_NAME }}
- - name: Set up PHPUnit
- working-directory: apps/${{ env.APP_NAME }}
- run: composer i
-
- name: Set up php ${{ matrix.php-versions }}
uses: "shivammathur/setup-php@v2"
with:
@@ -288,6 +284,10 @@ jobs:
tools: phpunit:8.5.2
coverage: none
+ - name: Set up PHPUnit
+ working-directory: apps/${{ env.APP_NAME }}
+ run: composer i
+
- name: Set up Nextcloud
run: |
mkdir data
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 161fe859..f172f625 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -243,10 +243,6 @@ jobs:
with:
path: apps/${{ env.APP_NAME }}
- - name: Set up PHPUnit
- working-directory: apps/${{ env.APP_NAME }}
- run: composer i
-
- name: Set up php ${{ matrix.php-versions }}
uses: "shivammathur/setup-php@v2"
with:
@@ -255,6 +251,10 @@ jobs:
tools: phpunit:8.5.2
coverage: none
+ - name: Set up PHPUnit
+ working-directory: apps/${{ env.APP_NAME }}
+ run: composer i
+
- name: Set up Nextcloud
run: |
mkdir data