Skip to content

Commit

Permalink
We need this absolute path, or use a checkout dir
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Mar 15, 2024
1 parent 71e2048 commit 7cf6505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd ../
composer create-project drupal/recommended-project drupal --ignore-platform-req=ext-gd
cd drupal
cp drainpipe/tests/fixtures/drainpipe-test-production-build/Taskfile.yml .
cp ${GITHUB_WORKSPACE}/tests/fixtures/drainpipe-test-production-build/Taskfile.yml .
composer config extra.drupal-scaffold.gitignore true
composer config --json extra.drupal-scaffold.allowed-packages '["lullabot/drainpipe"]'
composer config --no-plugins allow-plugins.composer/installers true
Expand Down

0 comments on commit 7cf6505

Please sign in to comment.