From 914c7b9969915c0c48e010818445111988f34f00 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Thu, 28 Dec 2023 15:04:20 -0800 Subject: [PATCH] Update tests. --- .github/workflows/pr-drupal-tests.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-drupal-tests.yml b/.github/workflows/pr-drupal-tests.yml index 3754b33..6bd2b8c 100644 --- a/.github/workflows/pr-drupal-tests.yml +++ b/.github/workflows/pr-drupal-tests.yml @@ -33,19 +33,20 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org cache: npm - - name: Install NPM dependencies - run: npm clean-install --prefer-offline --frozen-lockfile + - name: Bundle Deps + uses: lando/prepare-release-action@v2 + with: + lando-plugin: true + version: dev + sync: false - name: Setup lando ${{ matrix.lando-version }} uses: lando/setup-lando@v2 with: lando-version: ${{ matrix.lando-version }} config: | - plugins.@lando/acquia=/home/runner/work/acquia/acquia + setup.skipCommonPlugins=true + setup.plugins.@lando/acquia=/home/runner/work/acquia/acquia telemetry: false - - name: Verify Lando works and we are dogfooding this plugin for tests - run: | - lando version - lando config --path plugins | grep acquia | grep /home/runner/work/acquia/acquia || (echo "::error:: Not dogfooding this plugin correctly!" && exit 1) - name: Run Leia Tests uses: lando/run-leia-action@v2 with: