Skip to content

Added workflow for running test with every PR and upload artifacts #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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 Copilot AI review requested due to automatic review settings April 14, 2025 17:30
Copy link
Contributor

@Copilot 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
Preview

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.

1 participant