Skip to content

Commit e457bc9

Browse files
authored
Update ci.yml
1 parent c652e4b commit e457bc9

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ jobs:
4848
# - '1.10' # current LTS
4949
- '1' # automatically expands to the latest stable 1.x release of Julia
5050
steps:
51-
- uses: actions/checkout@v4
52-
with:
53-
persist-credentials: false
54-
- uses: julia-actions/setup-julia@v2
55-
with:
56-
version: ${{ matrix.version }}
57-
- run: docker version
58-
- run: docker compose version
59-
- run: docker compose pull
60-
working-directory: ci/htcondor
61-
- run: ./ci/htcondor/start-htcondor.sh
62-
working-directory: ci/htcondor
63-
- run: docker compose exec -T --user submituser submit /bin/bash -c "set -euf -o pipefail; set -x; which -a condor_submit; condor_submit --version; condor_submit --help"
64-
- working-directory: ci/htcondor
65-
- uses: julia-actions/julia-runtest@v1
51+
- uses: actions/checkout@v4
52+
with:
53+
persist-credentials: false
54+
- uses: julia-actions/setup-julia@v2
55+
with:
56+
version: ${{ matrix.version }}
57+
- run: docker version
58+
- run: docker compose version
59+
- run: docker compose pull
60+
working-directory: ci/htcondor
61+
- run: ./ci/htcondor/start-htcondor.sh
62+
working-directory: ci/htcondor
63+
- run: docker compose exec -T --user submituser submit /bin/bash -c "set -euf -o pipefail; set -x; which -a condor_submit; condor_submit --version; condor_submit --help"
64+
- working-directory: ci/htcondor
65+
- uses: julia-actions/julia-runtest@v1
6666
# - run: find . -type f -name '*.cov'
6767
# - run: find . -type f -name '*.c ov' -exec cat {} \;
6868
# - uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)