Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Actions - GitHub fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof Roos committed Jan 19, 2021
1 parent 4f00859 commit f2f2e45
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -128,6 +128,7 @@ jobs:
--dev
--no-progress
--no-interaction
--ignore-platform-req=php
mheap/phpunit-github-actions-printer

- name: Configure application
Expand Down

0 comments on commit f2f2e45

Please sign in to comment.