Skip to content

Commit

Permalink
feat : deletion of an unnecessary step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DeGraciaMathieu committed Jul 5, 2023
1 parent b8119c3 commit c307de6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand All @@ -17,16 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
run: composer validate

- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer update --prefer-dist --no-progress --no-suggest

- name: Execute PHPUnit
Expand Down

0 comments on commit c307de6

Please sign in to comment.