Skip to content

Commit

Permalink
ci: stop testing no-bind-mounts and use drupal10 by default (#5480)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 30, 2023
1 parent 4b5a43d commit 885dd0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
webserver: "nginx-fpm"
- name: "mutagen"
mutagen: true
- name: "no-bind-mounts"
no-bind-mounts: "true"
# - name: "no-bind-mounts"
# no-bind-mounts: "true"
- name: "nginx-proxy"
router: "nginx-proxy"
- name: "pull-push-test-platforms"
Expand All @@ -60,7 +60,7 @@ jobs:

env:
DDEV_NONINTERACTIVE: "true"
GOTEST_SHORT: "8" # 8 is drupal9; means in TestFullSiteSetup we only use drupal9
GOTEST_SHORT: "12" # 8 is drupal10; means in TestFullSiteSetup we only use drupal10
DDEV_TEST_WEBSERVER_TYPE: ${{ matrix.webserver }}
DDEV_TEST_USE_MUTAGEN: ${{ matrix.mutagen }}
DDEV_TEST_NO_BIND_MOUNTS: ${{ matrix.no-bind-mounts }}
Expand Down

0 comments on commit 885dd0f

Please sign in to comment.