Skip to content

Commit

Permalink
sacct is still running in gh actions even though only sinfo was calle…
Browse files Browse the repository at this point in the history
…d? I think outputs directories need to be rename?
  • Loading branch information
mduncans committed Sep 7, 2024
1 parent 38fb9cf commit 6c2edf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
chmod +x /usr/local/bin/sacct
echo "/usr/local/bin" >> $GITHUB_PATH
sinfo
sacct
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +60,6 @@ jobs:
cd /tmp
gh repo clone a2-ai-tech-training/slurm-mocks
mv /tmp/slurm-mocks/sinfo/outputs $GITHUB_WORKSPACE/
mv /tmp/slurm-mocks/sacct/outputs $GITHUB_WORKSPACE/
rm -rf /tmp/slurm-mocks
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6c2edf5

Please sign in to comment.