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 480eda9 commit fe5e351Copy full SHA for fe5e351
.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
37
38
- name: Get Composer Cache Directory
39
id: composer-cache
40
- # run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
41
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
42
43
- name: Cache dependencies
@@ -55,4 +54,4 @@ jobs:
55
54
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth
56
57
- name: Run test suite
58
- run: sh xp-run xp.test.Runner src/test/php
+ run: sh xp-run xp.test.Runner -r Dots src/test/php
0 commit comments