Change shape type from Node2D to MeshInstance2D #36
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
name: ⚙️ CI | |
on: | |
push: | |
# branches: [ master ] | |
paths-ignore: | |
- "README.md" | |
- "LICENSE" | |
- "addons/rmssmartshape/documentation/" | |
- "scripts/" | |
- "**/*.png" | |
pull_request: | |
# branches: [ master ] | |
paths-ignore: | |
- "README.md" | |
- "LICENSE" | |
- "addons/rmssmartshape/documentation/" | |
- "scripts/" | |
- "**/*.png" | |
jobs: | |
ci-unit-tests: | |
name: "⚙️ CI: Unit tests" | |
uses: ./.github/workflows/unit_tests.yml | |
with: | |
ss2d-ref: ${{ github.ref }} | |