Skip to content

Commit

Permalink
ci(test): Fix ci for DDEV 1.24+
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Dec 5, 2024
1 parent aba8ec2 commit 082fdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mongodb-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create DDEV project
run: |
ddev config --project-type=python --project-name=crowdsec-python-capi-sdk --webserver-type nginx-fpm
ddev config --project-type=php --project-name=crowdsec-python-capi-sdk --webserver-type nginx-fpm
ddev get ddev/ddev-mongo
ddev get julienloizelet/ddev-tools
ddev start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sql-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create DDEV project
if: ${{ matrix.sql-engine != 'sqlite' }}
run: |
ddev config --project-type=python --database ${{ matrix.sql-engine }} --project-name=crowdsec-python-capi-sdk --webserver-type nginx-fpm --host-db-port 5432
ddev config --project-type=php --database ${{ matrix.sql-engine }} --project-name=crowdsec-python-capi-sdk --webserver-type nginx-fpm --host-db-port 5432
ddev start
- name: Grant privileges
Expand Down

0 comments on commit 082fdd8

Please sign in to comment.