Skip to content

Commit

Permalink
composer update in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Feb 3, 2024
1 parent b7701bd commit e56f86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
restore-keys: |
${{ runner.os }}-composer-
- name: Composer Install
run: "composer install --no-ansi --no-interaction --no-scripts --prefer-dist"
run: "composer update"

- name: test Ibis Next execution
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- name: Composer Install
run: "composer install --no-ansi --no-interaction --no-scripts --prefer-dist"
run: "composer update"

- name: Execute Tests
run: composer run test

0 comments on commit e56f86f

Please sign in to comment.