Merge master and refactor to keep sorted flowContents #1744
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
| name: Botonic core tests | |
| on: | |
| push: | |
| paths: | |
| - "packages/botonic-core/**" | |
| - ".github/workflows/botonic-core-tests.yml" | |
| workflow_dispatch: | |
| jobs: | |
| botonic-core-tests: | |
| uses: ./.github/workflows/botonic-common-workflow.yml | |
| secrets: inherit #pragma: allowlist secret | |
| with: | |
| PACKAGE_NAME: Botonic core tests | |
| PACKAGE: botonic-core | |
| NEEDS_CODECOV_UPLOAD: "yes" |