Updated to new version of bp3d-os and bp3d-debug #52
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: Development | |
| on: | |
| - push | |
| - workflow_dispatch | |
| jobs: | |
| Test: | |
| uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main | |
| with: | |
| rust_components: rust-src | |
| Analyze: | |
| uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main | |
| needs: Test | |
| Coverage: | |
| uses: BlockProject3D/workflows/.github/workflows/Coverage.yml@main | |
| with: | |
| rust_components: rust-src | |
| Release: | |
| uses: BlockProject3D/workflows/.github/workflows/Release.yml@main | |
| needs: Test | |
| secrets: | |
| RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} |