Skip to content

Commit

Permalink
updated sinfo mock call correctly and built new sinfo version
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 9, 2024
1 parent f159377 commit e3823f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Check mocked binaries work in different step
run: |
Rscript -e 'if (!requireNamespace("processx", quietly = TRUE)) install.packages("processx"); processx::run("sinfo", args = "--json")'
Rscript -e 'if (!requireNamespace("processx", quietly = TRUE)) install.packages("processx"); processx::run("sinfo", args = c("--format", "%P,%c,%m"),)'
Rscript -e 'Sys.which("sinfo")'
Rscript -e 'processx::run("sacct", args = "--json")'
Rscript -e 'Sys.which("sacct")'
Expand Down

0 comments on commit e3823f9

Please sign in to comment.