We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e360e46 commit 4c8e198Copy full SHA for 4c8e198
2 files changed
.github/workflows/static-analysis.yml
@@ -1,9 +1,6 @@
1
name: Static Analysis (only informative)
2
3
-on:
4
- push:
5
- branches:
6
- - master
+on: [push, pull_request]
7
8
jobs:
9
phpstan:
.github/workflows/tests.yml
@@ -104,7 +104,7 @@ jobs:
104
run: docker exec -i mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE dibi_test'
105
106
- run: composer install --no-progress --prefer-dist
107
- - run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
+ - run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src --debug
108
- if: failure()
109
uses: actions/upload-artifact@v2
110
with:
0 commit comments