File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Checkout.
26
26
uses : actions/checkout@v5
27
27
28
- - name : Show docker version.
28
+ - name : Docker version.
29
29
run : |
30
30
docker version
31
31
docker compose version
45
45
- name : Codeception build.
46
46
run : docker exec yii2-apache vendor/bin/codecept build
47
47
48
- - name : Run codeception tests.
48
+ - name : Codeception tests.
49
49
run : docker exec yii2-apache vendor/bin/codecept run
Original file line number Diff line number Diff line change 18
18
- Bug #177 : Add missing config path to ECS configuration in ` ecs.php ` (@terabytesoftw )
19
19
- Bug #180 : Update paths to ignore in GitHub Actions workflow for pull requests and pushes (@terabytesoftw )
20
20
- 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 )
21
22
22
23
## 0.1.0 August 31, 2025
23
24
You can’t perform that action at this time.
0 commit comments