Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout.
uses: actions/checkout@v5

- name: Show docker version.
- name: Docker version.
run: |
docker version
docker compose version
Expand All @@ -42,8 +42,8 @@ jobs:
done
echo "Service not ready"; docker logs yii2-nginx; exit 1

- name: Codeceptcion build.
- name: Codeception build.
run: docker exec yii2-nginx vendor/bin/codecept build

- name: Run codeception tests.
- name: Codeception tests.
run: docker exec yii2-nginx vendor/bin/codecept run
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Enh #181: Implement `Nginx` stack (@terabytesoftw)
- Bug #182: Improve clarity in deployment options description and add `Nginx` badge in `README.md` (@terabytesoftw)
- Bug #183: Update badge links in `README.md` to include branch query for `nginx` (@terabytesoftw)
- Bug #185: Correct typo in Codeception build step name in `build.yml` (@terabytesoftw)

## 0.1.0 August 31, 2025

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ final class SiteController extends Controller
## Quality code

[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=nginx&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic)
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml)
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml?query=branch%3Anginx)
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=nginx)

## Documentation
Expand Down
Loading