Skip to content

Commit f139d15

Browse files
authored
Update ci.yml
1 parent 7430c45 commit f139d15

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
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
docker exec -t slurmctld julia -e 'import Pkg; Pkg.activate("SlurmClusterManager"); Pkg.test(; coverage=true)'
4848
- run: find . -type f -name '*.cov'
49-
- run: julia --project --code-coverage=all 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => "bar"))'
49+
- run: julia --project --code-coverage=all -e 'import SlurmClusterManager; SlurmClusterManager.warn_if_unexpected_params(Dict(:foo => :bar))'
5050
- run: find . -type f -name '*.cov'
5151
- uses: julia-actions/julia-processcoverage@v1
5252
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)