Skip to content

Commit

Permalink
Would it help to run the commands separately?
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Apr 23, 2024
1 parent 412ed64 commit 7c94a42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
echo "MAUTIC_ENV=test" >> $GITHUB_ENV
- name: Install Composer dependencies
run: composer install && composer require --dev theofidry/alice-data-fixtures
run: |
composer install
composer require --dev theofidry/alice-data-fixtures
# - name: Get composer cache directory
# id: composer-cache
Expand Down

0 comments on commit 7c94a42

Please sign in to comment.