Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrig committed Nov 25, 2020
1 parent f6c9ed1 commit cce4d19
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@ on: push
jobs:
tests:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@v2

- name: Cache Composer
uses: actions/[email protected]
with:
path: ~/.composer/cache/files
key: dependencies-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -21,7 +14,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-ansi --no-progress
run: composer update --prefer-dist --no-interaction --no-ansi --no-progress

- name: Execute tests
run: |
Expand Down

0 comments on commit cce4d19

Please sign in to comment.