Skip to content

Commit 8eee3cd

Browse files
committed
Update Drupal site workflow
1 parent 7ee5723 commit 8eee3cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

github/workflows/drupal/site.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38-
- name: Install site
38+
- name: Start docker and install dependencies
3939
run: |
4040
docker network create frontend
4141
docker compose pull
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
ref: ${{ github.base_ref }}
7373

74-
- name: setup-docker-and-composer
74+
- name: Start docker and install dependencies
7575
run: |
7676
docker network create frontend
7777
docker compose pull
@@ -109,8 +109,9 @@ jobs:
109109
# https://github.com/actions/checkout?tab=readme-ov-file#usage)
110110
clean: false
111111

112-
- name: setup-docker-and-composer
112+
- name: Start docker and install dependencies
113113
run: |
114+
docker network create frontend || true
114115
docker compose pull
115116
docker compose up --detach
116117

0 commit comments

Comments
 (0)