Skip to content

Commit

Permalink
ISSUE-370: fixing path to run composer check scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Oct 4, 2024
1 parent 6b0e9a9 commit f17afc8
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/TestComposerChecksPlugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,4 @@ jobs:
ddev composer require "lullabot/drainpipe-dev @dev" --dev --with-all-dependencies
- name: Composer checks Tests
run: |
pwd
echo "---------------"
echo "---------------"
ls -al
echo "---------------"
echo "---------------"
ls -al ..
echo "---------------"
echo "---------------"
ls -al drainpipe
echo "---------------"
echo "---------------"
ls -al web
.github/workflows/scripts/ComposerChecks.sh
run: drainpipe/.github/workflows/scripts/ComposerChecks.sh

0 comments on commit f17afc8

Please sign in to comment.