We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcd10f commit 297efdbCopy full SHA for 297efdb
1 file changed
.github/workflows/pr-checks.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
persist-credentials: false
27
- name: Check dependencies usage restrictions
28
- run: docker run --rm -t -v ${PWD}/:/workspace/project quay.io/che-incubator/dash-licenses:next --check
+ run: docker run --rm -t -v ${PWD}/:/workspace/project quay.io/che-incubator/dash-licenses:test --check --batch 100
29
30
unit-tests:
31
runs-on: ubuntu-22.04
0 commit comments