Skip to content

Commit

Permalink
Update for ddev head, #ddev-generated (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Jun 21, 2022
1 parent 6b51df4 commit 0590f25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests
on:
pull_request:
push:
branches: [ master, main ]
branches: [ main ]

schedule:
- cron: '01 07 * * *'
Expand All @@ -29,8 +29,8 @@ jobs:

strategy:
matrix:
ddev_version: [stable, edge, HEAD]
# ddev_version: [PR]
ddev_version: [stable, HEAD]
# ddev_version: [stable, edge, HEAD, PR]
fail-fast: false

runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions docker-compose.mongo.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ddev-generated
version: '3.6'

services:
Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mongo

pre_install_actions:
- 'printf "webimage_extra_packages: [php${DDEV_PHP_VERSION}-mongodb]" >.ddev/config.mongo.yaml'
- 'printf "#ddev-generated\nwebimage_extra_packages: [php${DDEV_PHP_VERSION}-mongodb]" >.ddev/config.mongo.yaml'

# list of files and directories listed that are copied into project .ddev directory
project_files:
Expand Down

0 comments on commit 0590f25

Please sign in to comment.