Skip to content

Conversation

@WSEAutomationTests
Copy link
Collaborator

What changed?
Added a workflow to run CheckInTest on self-hosted runners for every pull request to the main branch.

Granted write permissions to the .github/workflows/Upload-E2E-Test-Artifact.yml file.

Why was this changed?
To ensure that any new changes do not break existing functionality by validating them automatically through the workflow.

How was this tested?
The workflow was tested successfully on self-hosted runners.

Related Issues (if any):

Copilot AI review requested due to automatic review settings April 14, 2025 17:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

pip install pywinauto
shell: powershell

- name: Run PowerShell Tests from E2E folder (deACvice ${{ matrix.name }})
Copy link

Copilot AI Apr 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in step name: 'deACvice' appears to be a misspelling of 'device'. Please correct it for clarity.

Suggested change
- name: Run PowerShell Tests from E2E folder (deACvice ${{ matrix.name }})
- name: Run PowerShell Tests from E2E folder (device ${{ matrix.name }})

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants