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 ed0975b commit d277070Copy full SHA for d277070
.github/workflows/ci.yml
@@ -63,6 +63,8 @@ jobs:
63
MATRIX_VERSION: ${{matrix.version}}
64
- run: ./start-htcondor.sh
65
working-directory: ci/htcondor
66
+ - run: docker compose exec -T --user submituser submit condor_submit --help
67
+ working-directory: ci/htcondor
68
- run: docker compose exec -T --user submituser submit julia --version
69
70
- uses: julia-actions/julia-runtest@v1
0 commit comments