Skip to content

Commit 4af340a

Browse files
authored
Merge branch 'develop' into feat/remove-unused-prod-deps
2 parents f314d01 + 7835c1d commit 4af340a

File tree

7 files changed

+2227
-1798
lines changed

7 files changed

+2227
-1798
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
npm run devenv:logs-krypton -- --no-color &> docker-compose-logs.txt &
227227
228228
- name: Run tests
229-
run: npm run test:2.5 -- --testPathPattern "${{ matrix.suite }}" --coverage
229+
run: npm run test:2.5 -- --testPathPatterns "${{ matrix.suite }}" --coverage
230230

231231
- name: Print integration environment logs
232232
run: cat docker-compose-logs.txt

0 commit comments

Comments
 (0)