Skip to content

Commit

Permalink
removed outputs directory moves beacuse sinfo seemed to work without …
Browse files Browse the repository at this point in the history
…it? if both sinfo and sacct work without the move going to add --json args
  • Loading branch information
mduncans committed Sep 9, 2024
1 parent 4c04732 commit 58dd857
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,8 @@ jobs:
echo "/usr/local/bin" >> $GITHUB_PATH
Rscript -e 'if (!requireNamespace("processx", quietly = TRUE)) install.packages("processx"); processx::run("sinfo")'
Rscript -e 'processx::run("sacct")'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Grab outputs directory from mocked repo
run: |
cd /tmp
gh repo clone a2-ai-tech-training/slurm-mocks
mv /tmp/slurm-mocks/sinfo/outputs $GITHUB_WORKSPACE/
rm -rf /tmp/slurm-mocks
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 58dd857

Please sign in to comment.