Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6716a06

Browse files
committedMay 17, 2025·
Fix PS.MarkRootGroup registration and update UI test artifacts
Registered PS.MarkRootGroup to correctly add the action, addressing a missing functionality. Changed test artifact capture condition from Windows to Ubuntu for consistency with the testing environment.
1 parent 20ec7d1 commit 6716a06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.github/workflows/uitests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
# Uncomment if investigation is needed:
7272

7373
- name: Capture Test Artifacts on Failure
74-
if: failure() && matrix.os == 'windows-latest'
74+
if: failure() && matrix.os == 'ubuntu-latest'
7575
run: tar -cvzf video.tgz ./video
7676
shell: bash
7777

7878
- name: Upload Test Video Artifact
79-
if: failure() && matrix.os == 'windows-latest'
79+
if: failure() && matrix.os == 'ubuntu-latest'
8080
uses: actions/upload-artifact@v4
8181
with:
8282
name: latest-test-video

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
99
### Fixed
1010

1111
- The themes select is empty [#2527](https://github.com/magento/magento2-phpstorm-plugin/pull/2527)
12+
- PS.MarkRootGroup isn't registered so the action won't be added to it [#2527](https://github.com/magento/magento2-phpstorm-plugin/pull/2527)
1213

1314
## 2025.1.0
1415

0 commit comments

Comments
 (0)
Please sign in to comment.