Skip to content

Commit

Permalink
Devops: Add the slurm service to nightly workflow (#6372)
Browse files Browse the repository at this point in the history
The nightly worklow is configuring a computer that is using the
`core.slurm` scheduler plugin, however, the container did not have a
SLURM service running.
  • Loading branch information
sphuber committed Apr 28, 2024
1 parent af0c260 commit 5460a04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Expand Up @@ -49,6 +49,10 @@ jobs:
ports:
- 5672:5672
- 15672:15672
slurm:
image: xenonmiddleware/slurm:17
ports:
- 5001:22

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5460a04

Please sign in to comment.