Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Dec 14, 2024
1 parent 1563f5a commit 8aec818
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rector.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP-CS-Fixer
name: Rector

on:
push:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
php-cs-fixer:
name: Validation
name: Rector
runs-on: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-magento-open-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: echo "N98_MAGERUN_TEST_MAGENTO_ROOT=${{ github.workspace }}/magento" >> $GITHUB_ENV

- name: Run tests
run: php -f vendor/bin/phpunit
run: php -f vendor/bin/phpunit --configuration .phpunit.dist.xml
env:
COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-openmage-20.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: echo "N98_MAGERUN_TEST_MAGENTO_ROOT=${{ github.workspace }}/magento" >> $GITHUB_ENV

- name: Run tests
run: php -f vendor/bin/phpunit
run: php -f vendor/bin/phpunit --configuration .phpunit.dist.xml
env:
COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-openmage-20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: echo "N98_MAGERUN_TEST_MAGENTO_ROOT=${{ github.workspace }}/magento" >> $GITHUB_ENV

- name: Run tests
run: php -f vendor/bin/phpunit
run: php -f vendor/bin/phpunit --configuration .phpunit.dist.xml
env:
COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-openmage-20.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: echo "N98_MAGERUN_TEST_MAGENTO_ROOT=${{ github.workspace }}/magento" >> $GITHUB_ENV

- name: Run tests
run: php -f vendor/bin/phpunit
run: php -f vendor/bin/phpunit --configuration .phpunit.dist.xml
env:
COMPOSER_VENDOR_PATH : "${{ github.workspace }}/magento/vendor"

Expand Down
23 changes: 0 additions & 23 deletions .php_cs

This file was deleted.

0 comments on commit 8aec818

Please sign in to comment.