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:
Diffstat (limited to '.github/workflows/oci.yml')
-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 2236635..825b690 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -12,7 +12,7 @@ env:
jobs:
oci:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
# do not stop on another job's failure
@@ -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