Skip to content

Commit

Permalink
Change action phpunit and qa order
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Fortunier committed Jan 8, 2024
1 parent 3de315a commit 4b32c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
- name: Install
run: composer install --prefer-dist

# —— QA ✔️‍️ ———————————————————————————————————————————————————————————————
- name: Qualimetry
run: make qa

# —— Tests 🧪 ————————————————————————————————————————————————————————————
- name: Phpunit tests
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# —— QA ✔️‍️ ———————————————————————————————————————————————————————————————
- name: Qualimetry
run: make qa

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CHANGELOG for 1.x
- Changes config of phpcs, phpstan and phpunit
- Comment base test because it doesn't work with the new `smartbooster/standard-bundle` implementation
- Fix some style because of the new `smartbooster/standard-bundle` implementation
- Change action phpunit and qa order

## v1.5.0 - (2024-01-04)

Expand Down

0 comments on commit 4b32c88

Please sign in to comment.