From 9fbdc86a12ea0ed78162976fc2f83bfc78fc4547 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Thu, 12 Sep 2024 16:01:21 -0400 Subject: [PATCH] Revert "debugging" This reverts commit 283be54592ede177e7e913f9af9313c91065d5b3. --- .github/workflows/TestGitHubActions.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/TestGitHubActions.yml b/.github/workflows/TestGitHubActions.yml index b9b76d18..9e7643ef 100644 --- a/.github/workflows/TestGitHubActions.yml +++ b/.github/workflows/TestGitHubActions.yml @@ -44,7 +44,6 @@ jobs: ddev composer config minimum-stability dev ddev composer require lullabot/drainpipe --with-all-dependencies ddev composer require --dev lullabot/drainpipe-dev --with-all-dependencies - ls -la vendor/bin - name: Install Drupal run: | @@ -53,11 +52,7 @@ jobs: ddev drush config:export -y - name: Lint GitHub Actions and Workflows - run: ddev task --verbose "github:actions:lint directories='./drainpipe/scaffold/github/actions ./drainpipe/scaffold/github/workflows'" - - - name: Setup tmate session - if: ${{ always() }} - uses: mxschmitt/action-tmate@v3 + run: ddev task "github:actions:lint directories='./drainpipe/scaffold/github/actions ./drainpipe/scaffold/github/workflows'" - name: Run Database Updates run: ddev task update