Skip to content

Commit

Permalink
removed a duplicate step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMinoccheri committed Jan 4, 2021
1 parent 92a6b8e commit 2cfaf39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Coding Standard Checks
run: PHP_CS_FIXER_IGNORE_ENV=1 bin/php-cs-fixer fix --verbose --diff --dry-run

- name: phpspec
run: bin/phpspec run --format=pretty

- name: Run tests (phpspec)
run: ./bin/phpspec run --format=pretty

Expand Down

0 comments on commit 2cfaf39

Please sign in to comment.