We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6150581 commit 6a78086Copy full SHA for 6a78086
.github/workflows/integration-tests.yml
@@ -118,10 +118,6 @@ jobs:
118
ddev config global --omit-containers=ddev-ssh-agent
119
ddev version
120
121
- - name: Start DDEV for fixture building
122
- run: |
123
- ddev start
124
-
125
- name: Check requirements
126
run: |
127
python3 tools/internal-test/test-integration.py env-check
@@ -273,10 +269,6 @@ jobs:
273
269
274
270
275
271
276
277
278
279
280
272
281
282
0 commit comments