Skip to content

Commit

Permalink
Merge pull request #16 from szepeviktor/patch-2
Browse files Browse the repository at this point in the history
Fix package installation in CI
  • Loading branch information
RobDWaller authored Jun 5, 2022
2 parents 2390328 + 37b820e commit e12ae53
Showing 1 changed file with 1 addition 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 @@ -24,7 +24,7 @@ jobs:
run: composer validate --strict

- name: Install Composer Dependencies
run: composer install --no-interaction --prefer-source
run: composer update --no-interaction --prefer-source

- name: Run Tests
run: composer pipeline
Expand Down

0 comments on commit e12ae53

Please sign in to comment.