Skip to content

Commit

Permalink
Revert "debugging"
Browse files Browse the repository at this point in the history
This reverts commit 283be54.
  • Loading branch information
deviantintegral committed Sep 12, 2024
1 parent e20e351 commit 9fbdc86
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/TestGitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 9fbdc86

Please sign in to comment.