Skip to content

Commit

Permalink
build: temp remove lando from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Aug 3, 2024
1 parent 6973b21 commit 185fd25
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/drupal-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: install Lando
run: |
wget https://files.lando.dev/installer/lando-x64-stable.deb
sudo dpkg --ignore-depends=docker-ce -i lando-x64-stable.deb
- name: Report versions
run: |
docker version
docker compose version
lando version
node -v
yarn -v
- name: Update codebase to follow CI configuration
Expand All @@ -43,16 +38,3 @@ jobs:
- name: Run docker compose tests
run: |
yarn mocha --timeout 900000 test/*compose*.func.js
# - name: Run Lando tests
# timeout-minutes: 10
# continue-on-error: true
# run: |
# yq e -i '.services.cli.overrides.environment.LANDO_WEBROOT_USER = "runner"' .lando.yml
# yq e -i '.services.cli.overrides.environment.LANDO_WEBROOT_GROUP = "docker"' .lando.yml
# yq e -i '.services.php.overrides.environment.LANDO_WEBROOT_USER = "runner"' .lando.yml
# yq e -i '.services.php.overrides.environment.LANDO_WEBROOT_GROUP = "docker"' .lando.yml
# yarn mocha --timeout 900000 test/*lando*.func.js
# - name: Show Lando logs
# continue-on-error: true
# run: |
# docker compose -p drupalnextbase logs

0 comments on commit 185fd25

Please sign in to comment.