Skip to content

Commit

Permalink
Try only running one ddev config command.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Apr 22, 2024
1 parent 6598a26 commit 3203984
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/TestTugboat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
# Elasticsearch tag v0.3.2 == 7.17.14
- name: Setup Project
run: |
ddev config --auto
ddev config --php-version "8.1"
ddev config --nodejs-version "18"
ddev config --database=mariadb:10.4
ddev config --auto --php-version "8.1" --nodejs-version "18" --database=mariadb:10.6
ddev get ddev/ddev-redis --version v1.2.0
ddev get ddev/ddev-elasticsearch --version v0.3.2
ddev start
Expand Down

0 comments on commit 3203984

Please sign in to comment.