Browse Source

GA: Install aspell

pull/8503/head
Aleksander Machniak 4 years ago
parent
commit
6f671aca72
  1. 3
      .github/workflows/tests.yml

3
.github/workflows/tests.yml

@ -31,6 +31,9 @@ jobs:
- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install Aspell
run: apt-get -y install aspell aspell-en
- name: Setup composer
run: |
cp composer.json-dist composer.json

Loading…
Cancel
Save