Skip to content

Commit 6a78086

Browse files
committed
fix: remove redundant DDEV start step in integration tests
1 parent 6150581 commit 6a78086

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ jobs:
118118
ddev config global --omit-containers=ddev-ssh-agent
119119
ddev version
120120
121-
- name: Start DDEV for fixture building
122-
run: |
123-
ddev start
124-
125121
- name: Check requirements
126122
run: |
127123
python3 tools/internal-test/test-integration.py env-check
@@ -273,10 +269,6 @@ jobs:
273269
ddev config global --omit-containers=ddev-ssh-agent
274270
ddev version
275271
276-
- name: Start DDEV for fixture building
277-
run: |
278-
ddev start
279-
280272
- name: Check requirements
281273
run: |
282274
python3 tools/internal-test/test-integration.py env-check

0 commit comments

Comments
 (0)