Skip to content

Commit 297efdb

Browse files
committed
set batch 100 for dash-license checker
Signed-off-by: Valerii Svydenko <vsvydenk@redhat.com>
1 parent 7dcd10f commit 297efdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
persist-credentials: false
2727
- name: Check dependencies usage restrictions
28-
run: docker run --rm -t -v ${PWD}/:/workspace/project quay.io/che-incubator/dash-licenses:next --check
28+
run: docker run --rm -t -v ${PWD}/:/workspace/project quay.io/che-incubator/dash-licenses:test --check --batch 100
2929

3030
unit-tests:
3131
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)