Skip to content

Commit

Permalink
removing the port
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Feb 13, 2024
1 parent 286d80f commit d699713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Start the SLURM cluster container
run: |
docker run -d -p 22:22 --name slurm-container slurm_test:latest
docker run -d --name slurm-container slurm_test:latest
docker exec slurm-container chmod +r /etc/slurm/slurm.conf
- name: Run a basic covalent test
Expand Down

0 comments on commit d699713

Please sign in to comment.