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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-12-16 11:14:10 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-16 11:14:10 +0300
commitea046da4ef3e494eae15c2bf816b7239f64cb718 (patch)
treeb7dfb6a614a56239acc44d04ceeaa9aff3a32ba4 /.github
parent445eb74153e9be3dbfc2d9f739fb4fec88fc2c5a (diff)
First install the php version then composer deps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index daabe569e..4130e985f 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -49,18 +49,18 @@ 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:
- php-version: "${{ matrix.php-versions }}"
+ php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, oci8
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