Skip to content

Commit

Permalink
Fix: Rename steps
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 27, 2024
1 parent 5df9bd8 commit bf245cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Setup PHP"
- name: "Set up PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}'"

- name: "Validate composer.json and composer.lock"
run: "composer validate"

- name: "Install dependencies"
- name: "Install dependencies with composer"
run: "composer install --prefer-dist --no-progress --no-suggest"

- name: "Run PHPUnit"
- name: "Run tests with phpunit/phpunit"
run: "vendor/bin/phpunit -c tests/build.xml"

0 comments on commit bf245cc

Please sign in to comment.