Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exiang authored Mar 10, 2020
1 parent b9be4bf commit 1bc4958
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install -q --no-interaction --no-ansi --no-scripts --prefer-dist --no-progress --no-suggest
run: |
cd protected
composer install -q --no-interaction --no-ansi --no-scripts --prefer-dist --no-progress --no-suggest
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
Expand Down

0 comments on commit 1bc4958

Please sign in to comment.