Modify Git workflows to switch examples to use pytest instead of unittest #31
This file contains 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: Add to project garage | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
permissions: | |
repository-projects: write | |
jobs: | |
add-to-project: | |
secrets: | |
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} | |
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2 | |
with: | |
classic: false | |
project-number: ${{ vars.SENZING_PROJECT_GARAGE }} | |
org: ${{ vars.SENZING_GITHUB_ACCOUNT_NAME }} |