Skip to content

Commit

Permalink
Remove dependency on humanoid behaviors, add CI. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw authored Feb 11, 2025
1 parent a3ed1ad commit 314d21e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/gradle-test-fast.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Gradle test (fast)

on:
workflow_dispatch:
push:
branches:
- develop
pull_request:

permissions:
checks: write
contents: read

jobs:
simulation-construction-set-visualizers:
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main
secrets:
ROSIE_PERSONAL_ACCESS_TOKEN: ${{ secrets.ROSIE_PERSONAL_ACCESS_TOKEN }}
with:
test-category: 'fast'
extra-repos: '["ihmc-open-robotics-software"]'
requires-self-hosted: false
timeout-minutes: 30
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ mainDependencies {
api("us.ihmc:ihmc-robot-models:source")
api("us.ihmc:ihmc-sensor-processing:source")
api("us.ihmc:ihmc-humanoid-robotics:source")
api("us.ihmc:ihmc-humanoid-behaviors:source")
api("us.ihmc:ihmc-avatar-interfaces:source")
api("us.ihmc:ihmc-state-estimation:source")
api("us.ihmc:atlas:source")
Expand Down

0 comments on commit 314d21e

Please sign in to comment.