Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 23, 2024
1 parent 55cf1fd commit 57aaea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/drupal-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
composer config repositories.amazeeio/drupal_integrations '{"type": "github", "url": "http://github.com/amazeeio/drupal-integrations"}'
composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
composer config platform.php 8.3.1
composer require --no-install amazeeio/drupal_integrations:dev-${{ env.CI_ACTION_REF_NAME_SLUG }}
composer require --no-install amazeeio/drupal_integrations:dev-${{ env.CI_ACTION_REF_NAME }}
- name: Pull all images
working-directory: drupal-base
run: |
Expand Down

0 comments on commit 57aaea2

Please sign in to comment.