Skip to content

Commit 8192562

Browse files
committed
Copy generic CI/CD files
1 parent df2b65f commit 8192562

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cp -R ${GITHUB_WORKSPACE} /tmp/magento/package-source
4343
cd /tmp/magento
4444
composer config repositories.local-source path package-source/
45-
composer require --prefer-source -- ${COMPOSER_NAME}:@dev
45+
composer require --prefer-source -- ${COMPOSER_NAME}:@dev yireo/magento2-integration-test-helper
4646
4747
- name: Run Magento 2 Integration Tests
4848
run: |

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.4] - 17 September 2025
10+
### Fixed
11+
- Allow setting visible flag on grid column
12+
- Change flag allow_actions into hide_actions
13+
914
## [0.0.3] - 02 September 2025
1015
### Fixed
1116
- Add CI files

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yireo-training/magento2-example-loki-admin-eav-entity-type",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {

0 commit comments

Comments
 (0)