-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update slurm-local-integration-tests.yaml
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|