Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Dec 16, 2024
1 parent aad1214 commit c19bf04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ jobs:
uses: ./.github/workflows/rector.yml

unit_tests_magento_opensource:
name: PHPUnit
name: PHPUnit Magento1
needs: [composer, php-cs-fixer, phpstan, rector]
uses: ./.github/workflows/test-magento-open-source.yml

unit_tests_openmage_20_0:
name: PHPUnit
name: PHPUnit OpenMage 20.0
needs: [composer, php-cs-fixer, phpstan, rector]
uses: ./.github/workflows/test-openmage-20.0.yml

unit_tests_openmage_20_1:
name: PHPUnit
name: PHPUnit OpenMage 20.1
needs: [composer, php-cs-fixer, phpstan, rector]
uses: ./.github/workflows/test-openmage-20.1.yml

unit_tests_openmage_20_10:
name: PHPUnit
name: PHPUnit OpenMage 20.10
needs: [composer, php-cs-fixer, phpstan, rector]
uses: ./.github/workflows/test-openmage-20.10.yml

build_phar:
name: PHPUnit
name: Build Phar
needs: [composer, php-cs-fixer, phpstan, rector]
uses: ./.github/workflows/phpunit.yml
uses: ./.github/workflows/phar_build_and_update.yml

0 comments on commit c19bf04

Please sign in to comment.