From 06baa435815c0490a72db2ef9503e49f9483c617 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 23 Apr 2021 13:38:06 +0200 Subject: set up php first, phpunit later Signed-off-by: Arthur Schiwon --- .github/workflows/oci.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3