File tree

5 files changed

+3511
-4
lines changed

5 files changed

+3511
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,9 @@ jobs:
247247
env:
248248
PHP_CODESNIFFER_CBF: '1'
249249

250-
# Note: The code style check is run multiple times against every PHP version
251-
# as it also acts as an integration test.
252-
- name: 'PHPCS: check code style without cache, no parallel'
250+
- name: "Run bashunit tests"
253251
if: ${{ matrix.custom_ini == false }}
254-
run: php "bin/phpcs" --no-cache --parallel=1
252+
run: "./scripts/bashunit -p tests/EndToEnd"
255253

256254
- name: Download the PHPCS phar
257255
if: ${{ matrix.custom_ini == false }}

0 commit comments

Comments
 (0)