Skip to content

Commit 9540a81

Browse files
committed
MQE-1800: Allow generate:tests to continue running even if one test fails generation
1 parent 0006101 commit 9540a81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v2
2828
with:
2929
path: vendor
30-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
30+
key: {{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
3131
restore-keys: |
3232
${{ runner.os }}-php-
3333

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"autoload-dev": {
6565
"psr-4": {
66-
"tests\\unit\\": "dev/tests/unit"
66+
"tests\\": "dev/tests"
6767
}
6868
},
6969
"scripts": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)