Skip to content

Commit 92c3dac

Browse files
committed
Fix for circleci
1 parent 42f5a94 commit 92c3dac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ jobs:
286286
name: run bmo specific tests
287287
command: |
288288
[[ -f build_info/only_version_changed.txt ]] && exit 0
289-
docker-compose -f docker-compose.test.yml run bmo.test test_bmo \
290-
-q -f t/bmo/*.t extensions/*/t/bmo/*.t
289+
docker-compose -f docker-compose.test.yml run bmo.test test_bmo -q -f t/bmo/*.t extensions/*/t/bmo/*.t
291290
- *store_log
292291

293292
workflows:

0 commit comments

Comments
 (0)