Skip to content

Commit 9f7f59c

Browse files
authored
Update ci.yml
1 parent 805eea3 commit 9f7f59c

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
@@ -44,7 +44,7 @@ jobs:
4444
docker exec -t slurmctld srun -n 4 hostname
4545
- name: Test SlurmClusterManager
4646
run: |
47-
docker exec -t slurmctld bash /home/docker/SlurmClusterManager/ci/ci_script.bash
47+
docker exec -t slurmctld /home/docker/SlurmClusterManager/ci/ci_script.bash
4848
- run: find . -type f -name '*.cov'
4949
- run: julia --project --code-coverage=all -e 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => :bar))'
5050
- run: find . -type f -name '*.cov'

0 commit comments

Comments
 (0)