Skip to content

Commit df0ab95

Browse files
fix(app): Rename steps for clarity in GitHub Actions workflow build.yml. (#186)
1 parent 85b26f5 commit df0ab95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout.
2626
uses: actions/checkout@v5
2727

28-
- name: Show docker version.
28+
- name: Docker version.
2929
run: |
3030
docker version
3131
docker compose version
@@ -45,5 +45,5 @@ jobs:
4545
- name: Codeception build.
4646
run: docker exec yii2-apache vendor/bin/codecept build
4747

48-
- name: Run codeception tests.
48+
- name: Codeception tests.
4949
run: docker exec yii2-apache vendor/bin/codecept run

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Bug #177: Add missing config path to ECS configuration in `ecs.php` (@terabytesoftw)
1919
- Bug #180: Update paths to ignore in GitHub Actions workflow for pull requests and pushes (@terabytesoftw)
2020
- Bug #184: Update Docker commands and badge links in `README.md` for accurate workflow status (@terabytesoftw)
21+
- Bug #186: Rename steps for clarity in GitHub Actions workflow `build.yml` (@terabytesoftw)
2122

2223
## 0.1.0 August 31, 2025
2324

0 commit comments

Comments
 (0)