From c514c38632f257c43f82259fd76b42ae3aba1506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 17 Dec 2020 09:27:59 +0100 Subject: Make sure we have the proper PHP version installed before running composer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/oci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3