Skip to content

Commit

Permalink
Rename custom action file
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 30, 2023
1 parent 5e03571 commit 2a5aaf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
# - uses: koesterlab/setup-slurm-action@v1
- uses: ./actions/custom_setup_slurm_action.yml
- uses: ./custom_setup_slurm_action
- name: Test if the slurm cluster is setup correctly
run: srun --nodes=1 --ntasks=1 --cpus-per-task=1 --mem=1G --time=00:01:00 hostname

Expand Down

0 comments on commit 2a5aaf3

Please sign in to comment.