Skip to content

Remove Yii version display from the index page and adjust button styling for consistency. #537

Remove Yii version display from the index page and adjust button styling for consistency.

Remove Yii version display from the index page and adjust button styling for consistency. #537

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: build
jobs:
codeception:
uses: php-forge/actions/.github/workflows/codeception.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
coverage-file: runtime/output/coverage.xml
extensions: gd, intl