Skip to content

Commit fe5e351

Browse files
committed
Use "Dots" runner
1 parent 480eda9 commit fe5e351

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737

3838
- name: Get Composer Cache Directory
3939
id: composer-cache
40-
# run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4140
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4241

4342
- name: Cache dependencies
@@ -55,4 +54,4 @@ jobs:
5554
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth
5655
5756
- name: Run test suite
58-
run: sh xp-run xp.test.Runner src/test/php
57+
run: sh xp-run xp.test.Runner -r Dots src/test/php

0 commit comments

Comments
 (0)