Skip to content

Commit 4c8e198

Browse files
committed
wip
1 parent e360e46 commit 4c8e198

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Static Analysis (only informative)
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: [push, pull_request]
74

85
jobs:
96
phpstan:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: docker exec -i mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE dibi_test'
105105

106106
- run: composer install --no-progress --prefer-dist
107-
- run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
107+
- run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src --debug
108108
- if: failure()
109109
uses: actions/upload-artifact@v2
110110
with:

0 commit comments

Comments
 (0)