-
-
Notifications
You must be signed in to change notification settings - Fork 2
🚧Setup integration tests status check #184
Copy link
Copy link
Open
Labels
cicdCI/CD and workflow related work onlyCI/CD and workflow related work only
Description
Complete The Item Below
- I have updated the title without removing the 🚧 emoji.
Description
Set up the integration tests to be run as a status check. This will require updating the IntegrationTestsBase class to use an environment variable with the name GITHUB_TOKEN. This is the token that will be used to run the integration tests.
This will possibly require setting up the workflow to set the environment variable to the token value so it exists for the base class to use.
Some manual testing will need to be done to make sure that the integration tests execute with the required permissions to talk to the GitHub API.
Acceptance Criteria
### The items to complete in order to satisfy the Definition of Done.
- [ ] The `IntegrationTestsBase` class is refactored to use the token
- [ ] Status check workflow created to run integration tests
ToDo Items
- Change type labels added to this issue. Refer to the Change Type Labels section below.
- Priority label added to this issue. Refer to the Priority Type Labels section below.
- Issue linked to the correct milestone (if applicable).
Issue Dependencies
No response
Related Work
No response
Additional Information:
Change Type Labels
| Change Type | Label |
|---|---|
| Bug Fixes | 🐛bug |
| Breaking Changes | 🧨breaking changes |
| New Feature | ✨new feature |
| CICD Changes | ♻️cicd |
| Config Changes | ⚙️config |
| Performance Improvements | 🏎️performance |
| Code Doc Changes | 🗒️documentation/code |
| Product Doc Changes | 📝documentation/product |
Priority Type Labels
| Priority Type | Label |
|---|---|
| Low Priority | low priority |
| Medium Priority | medium priority |
| High Priority | high priority |
Code of Conduct
- I agree to follow this project's Code of Conduct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cicdCI/CD and workflow related work onlyCI/CD and workflow related work only
Type
Projects
Status
⚪Not Set