Skip to content

Commit 7b419a3

Browse files
authored
Update ci.yml
1 parent 731ef6a commit 7b419a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
docker exec -t slurmctld /home/docker/SlurmClusterManager/ci/ci_script.bash
4848
- run: find . -type f -name '*.cov'
4949
# - run: docker cp slurmctld:/home/docker/SlurmClusterManager/src /tmp/app_logs
50-
- run: docker exec container /bin/sh -c 'tar -cf - /home/docker/SlurmClusterManager/src/*.cov' | tar -xvf -
50+
- run: docker exec slurmctld /bin/bash -c 'tar -cf - /home/docker/SlurmClusterManager/src/*.cov' | tar -xvf -
5151
- run: find . -type f -name '*.cov'
5252
# - run: julia --project --code-coverage=all -e 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => :bar))'
5353
# - run: find . -type f -name '*.cov'

0 commit comments

Comments
 (0)