diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4707396..7754b39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,17 +100,17 @@ jobs: extensions: json, mbstring, dom, fileinfo, mysql coverage: pcov + - name: Checkout code + uses: actions/checkout@v2 + with: + submodules: true + - name: Download front-end uses: actions/download-artifact@v2 with: name: frontend path: public/ - - name: Checkout code - uses: actions/checkout@v2 - with: - submodules: true - - name: Check for Gumbo Millennium typos run: .github/find-typos.sh @@ -128,6 +128,7 @@ jobs: --dev --no-progress --no-interaction + --ignore-platform-req=php mheap/phpunit-github-actions-printer - name: Configure application