Replace scs1 and logger with scs2 #43
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
name: Gradle test | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop | |
pull_request: | |
permissions: | |
checks: write | |
contents: read | |
jobs: | |
parameter-tuner: | |
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main | |
with: | |
subproject: 'ihmc-parameter-tuner' | |
trajectory-optimization: | |
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main | |
with: | |
subproject: 'ihmc-trajectory-optimization' | |
math: | |
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main | |
with: | |
subproject: 'ihmc-math' | |
robotics-tools: | |
uses: ihmcrobotics/ihmc-actions/.github/workflows/gradle-test.yml@main | |
with: | |
subproject: 'ihmc-robotics-tools' |