Skip to content

Commit

Permalink
Update slurm-local-integration-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yikaiMeta authored Aug 26, 2024
1 parent 774a485 commit 9511f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slurm-local-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
set -ex
cd slurm-docker-cluster
docker-compose pull --ignore-pull-failures
docker compose pull --ignore-pull-failures
continue-on-error: true
# cache layers to avoid rebuilding slurm
- uses: satackey/[email protected]
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
set -ex
cd slurm-docker-cluster
IMAGE_TAG=$SLURM_VERSION docker-compose up --detach
IMAGE_TAG=$SLURM_VERSION docker compose up --detach
- name: Run Slurm Integration Tests
run: |
set -e
Expand Down

0 comments on commit 9511f36

Please sign in to comment.