Skip to content

Merge pull request #222 from yii2-extensions/sync-to-main-27 #1167

Merge pull request #222 from yii2-extensions/sync-to-main-27

Merge pull request #222 from yii2-extensions/sync-to-main-27 #1167

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: build
permissions:
contents: read
jobs:
codeception:
uses: yii2-framework/actions/.github/workflows/codeception.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
codeception-command: vendor/bin/codecept run
coverage-driver: none
coverage-file: runtime/output/coverage.xml
extensions: gd, intl, pcov, sockets
hook: |
vendor/bin/rr get-binary
./rr serve > /dev/null 2>&1 &