Skip to content

Commit

Permalink
Use a dev branch of drupal/tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 2, 2024
1 parent 4f07ec8 commit d5602e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker compose exec -u ${DOCKER_USER_ID} -T php composer require --no-interaction --dev --no-update drupal/core:${DRUPAL_VERSION} drupal/core-composer-scaffold:${DRUPAL_VERSION}
- name: composer require contrib
if: matrix.drupal_version == '^11'
run: docker compose exec -u ${DOCKER_USER_ID} -T php composer require --no-interaction --dev --no-update drupal/book drupal/forum drupal/statistics
run: docker compose exec -u ${DOCKER_USER_ID} -T php composer require --no-interaction --dev --no-update drupal/book drupal/forum drupal/statistics drupal/tracker:dev-3379544-tracker-needs-to
- name: composer install
run: docker compose exec -T php composer install --no-progress --no-ansi --no-interaction
- name: composer site:install
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"phpcs": "./vendor/bin/phpcs"
},
"repositories": [
{
"type": "vcs",
"url": "https://git.drupalcode.org/issue/tracker-3379544.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
Expand Down

0 comments on commit d5602e7

Please sign in to comment.