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:27:59 +0300
commitc514c38632f257c43f82259fd76b42ae3aba1506 (patch)
tree01a2458d048ad5889a001302faea06ce63de3903 /.github/workflows
parent2bb46b4c52c3197fafb6aaa412d2b080048dc9c4 (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/workflows')
-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