We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d17c34 commit cdb5951Copy full SHA for cdb5951
.github/workflows/cwltool.yml
@@ -33,4 +33,4 @@ jobs:
33
run: pip install cwltest cwltool udocker && udocker install
34
35
- name: Run tests against the reference runner
36
- run: cwltest --junit-verbose --verbose --tool cwltool --test=conformance_tests.yaml -j$(nproc) -- "--parallel --user-space-docker-cmd=${{ matrix.docker }} --debug"
+ run: cwltest --junit-verbose --verbose --tool cwltool --test=conformance_tests.yaml -j$(nproc) -- --parallel --user-space-docker-cmd=${{ matrix.docker }} --debug
0 commit comments