Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 2, 2025
1 parent 22afe05 commit 0742910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ jobs:
run: docker exec -t slurmctld julia --project=ClusterManagers -e 'using Pkg; @show Base.active_project(); Pkg.instantiate(; verbose=true); Pkg.build(; verbose=true); Pkg.status()'
- name: Run tests without allocation
run: docker exec -t slurmctld julia --project=ClusterManagers -e 'using Pkg; Pkg.test(; test_args=["slurm"])'
continue-on-error: true # TODO: Delete this line
- name: Run tests inside allocation
run: docker exec -t slurmctld salloc -t 00:10:00 -n 2 julia --project=ClusterManagers -e 'using Pkg; Pkg.test(test_args=["slurm"])'
continue-on-error: true # TODO: Delete this line
- name: Run tests inside sbatch
continue-on-error: true # TODO: Delete this line
run: |
cat << EOF > sbatch.sh
#!/bin/bash
Expand Down

0 comments on commit 0742910

Please sign in to comment.