diff options
| -rw-r--r-- | .github/actions/test-shard-run/action.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/anysoftkeyboard.yml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/actions/test-shard-run/action.yml b/.github/actions/test-shard-run/action.yml index 4d4582dce..b5223a01f 100644 --- a/.github/actions/test-shard-run/action.yml +++ b/.github/actions/test-shard-run/action.yml @@ -6,7 +6,6 @@ inputs: description: "zero-based index of the shard" groups_count: description: "count of groups" - default: 3 module: default: "" extra_args: diff --git a/.github/workflows/anysoftkeyboard.yml b/.github/workflows/anysoftkeyboard.yml index b0a0d5a43..fa3f6ca69 100644 --- a/.github/workflows/anysoftkeyboard.yml +++ b/.github/workflows/anysoftkeyboard.yml @@ -71,7 +71,8 @@ jobs: container: menny/ndk_ask:1.13.1 strategy: matrix: - index: [0, 1, 2] + index: [0, 1, 2, 3] + groups_count: [4] fail-fast: false steps: - uses: actions/checkout@v1 @@ -81,6 +82,7 @@ jobs: uses: ./.github/actions/test-shard-run with: index: ${{ matrix.index }} + groups_count: ${{ matrix.groups_count }} module: "app:" - uses: ./.github/actions/codecov - uses: ./.github/actions/collect-reports |
