We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1815e00 commit 1f8f3b5Copy full SHA for 1f8f3b5
β.github/workflows/tests.yml
@@ -46,7 +46,5 @@ jobs:
46
timeout_minutes: 5
47
max_attempts: 5
48
command: composer update --${{ matrix.stability }} --ignore-platform-reqs --prefer-dist --no-interaction --no-progress
49
- - name: Execute Unit Tests
50
- run: composer test:unit
51
- - name: Execute Functional Tests
52
- run: composer test:functional
+ - name: Execute Tests
+ run: composer test
0 commit comments