Merge pull request #271 from clamsproject/269-timestamp-as-runid #680
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: "🧪 Test" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - develop | |
| pull_request: | |
| branches: | |
| - main | |
| - develop | |
| jobs: | |
| test-and-codecov: | |
| name: "🤙 Call SDK test workflow" | |
| uses: clamsproject/.github/.github/workflows/sdk-codecov.yml@main | |
| secrets: | |
| CC_REPO_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN_CLAMS_PYTHON }} | |