additional unit test for replicate physics failure case #67
Workflow file for this run
This file contains hidden or 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
| version: 0.2 | |
| phases: | |
| install: | |
| runtime-versions: | |
| nodejs: 14 | |
| pre_build: | |
| commands: | |
| - git config --global user.name "Isaac LAB CI Bot" | |
| - git config --global user.email "isaac-lab-ci-bot@nvidia.com" | |
| build: | |
| commands: | |
| - git remote set-url origin https://github.com/${TARGET_REPO}.git | |
| - git checkout $SOURCE_BRANCH | |
| - git push --force https://$GITHUB_TOKEN@github.com/${TARGET_REPO}.git $SOURCE_BRANCH:$TARGET_BRANCH |