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

github.com/nextcloud/text.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-17 11:27:59 +0300
committerJulius Härtl <jus@bitgrid.net>2020-12-17 11:30:06 +0300
commitaf4c98e095c7c5f32131c16d9ca3a97bae1d5018 (patch)
tree31cf085efa5f4aa100a3aec0cf1bcd592b6bdeb4 /.github
parent37d3ea22d046187bcca3ef5f3d5d4c620d6016e9 (diff)
Make sure we have the proper PHP version installed before running composer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index 2809a64ed..8105b3ae0 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -49,10 +49,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:
@@ -61,6 +57,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