Skip to content

Commit e17877b

Browse files
committed
fix: Remove vendor package update step from Nginx CI workflow to streamline the process.
1 parent f8167d1 commit e17877b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979
- name: Build and start containers.
8080
run: docker-compose -f docker-compose.nginx.yml build --no-cache && docker-compose -f docker-compose.nginx.yml up -d
8181

82-
- name: Update vendor packages.
83-
run: docker exec yii2-nginx composer update --prefer-dist -vvv
84-
8582
- name: Codeception build.
8683
run: docker exec yii2-nginx vendor/bin/codecept build
8784

0 commit comments

Comments
 (0)