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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-23 14:38:06 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-23 14:38:06 +0300
commit06baa435815c0490a72db2ef9503e49f9483c617 (patch)
tree321d8014aa9098b6f302bfb8eeb17d0a10a1adfb
parent9de33353945e661692f877dab7b1c30f67ef77d2 (diff)
set up php first, phpunit later
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-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 71b69f1..825b690 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