Skip to content

Commit

Permalink
Workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Sep 10, 2024
1 parent 66dd718 commit d8d049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ inputs.requires-self-hosted == 'true' && 'self-hosted' || 'ubuntu-latest' }}
container:
image: ${{ inputs.requires-self-hosted == 'true' && 'ihmcrobotics/ihmc-runner-nvidia:1.0.1' || 'ihmcrobotics/ihmc-runner:1.0.0' }}
options: ${{ inputs.requires-self-hosted == 'true' && '--runtime=nvidia --gpus all' || '' }}
options: ${{ inputs.requires-self-hosted == 'true' && '--runtime=nvidia --gpus all --cpus 4' || '--cpus 4' }}
steps:
# Checkout repository-group
- name: Checkout repository-group
Expand Down

0 comments on commit d8d049b

Please sign in to comment.