Skip to content

Commit

Permalink
Don't hide errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanser committed Oct 3, 2024
1 parent 7ca6c16 commit 9c8a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install vendors
shell: bash
run: |
docker compose -f compose.yaml -f compose.tests.yaml exec app composer install -q --no-ansi --no-interaction --no-progress --prefer-dist
docker compose -f compose.yaml -f compose.tests.yaml exec app composer install --no-ansi --no-interaction --no-progress --prefer-dist
- name: Install tools
shell: bash
run: |
Expand Down

0 comments on commit 9c8a0f3

Please sign in to comment.