Skip to content

Conversation

@0x5bfa
Copy link
Member

@0x5bfa 0x5bfa commented Mar 5, 2025

Resolved / Related Issues

  • Created a centralized build script

Steps used to test these changes

  1. Merge this PR
  2. Run CD to test it (CI can be tested within this PR)

@0x5bfa 0x5bfa marked this pull request as ready for review March 5, 2025 14:07
@0x5bfa 0x5bfa changed the title GitHub: Improved CI and CD GitHub: Created a build script for CI/CD Mar 6, 2025
@0x5bfa 0x5bfa force-pushed the 5bfa/GH-RefactorCD branch from c1adfa8 to 258e1ba Compare March 8, 2025 13:06
@0x5bfa 0x5bfa force-pushed the 5bfa/GH-RefactorCD branch from 258e1ba to 0c8efc2 Compare March 8, 2025 13:12
Comment on lines -215 to +202
- name: Install Files
- name: Prepare for the tests
shell: powershell
run: |
Set-Location "$env:APPX_PACKAGE_DIR"
$AppxPackageBundleDir = Get-ChildItem -Filter Files.Package_*_Test -Name
Set-Location $AppxPackageBundleDir
./Install.ps1 -Force
Get-AppxPackage
- name: Set full HD resolution
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force

- name: Start WinAppDriver process
shell: pwsh
run: Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH"
Set-DisplayResolution -Width 1920 -Height 1080 -Force
Start-Process -FilePath "$env:WINAPPDRIVER_EXE86_PATH"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you merge these into one step?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because I thought they hardly would fail and merging them would not harm us, rather, it contributes to having less lines of code.

@yaira2 yaira2 force-pushed the main branch 7 times, most recently from 30cea65 to decf3da Compare March 24, 2025 21:33
@yaira2 yaira2 force-pushed the main branch 2 times, most recently from 75d29b5 to aa7d7fa Compare April 22, 2025 22:33
@0x5bfa 0x5bfa closed this Jun 14, 2025
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