Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Vaughn committed Dec 17, 2020
1 parent c10f4f4 commit af54b6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ jobs:
- name: Run static analysis
run: vendor/bin/phpstan analyse

- name: Start http server
run: docker-compose up -d

- name: Run test suite
run: phpdbg -qrr vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-clover=coverage.xml
env:
HTTPBIN_BASEURI: http://localhost:8080

- uses: codecov/codecov-action@v1

0 comments on commit af54b6c

Please sign in to comment.