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