File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- name : PHPStan
1
+ name : Static Analysis (only informative)
2
2
3
3
on :
4
4
push :
7
7
8
8
jobs :
9
9
phpstan :
10
+ name : PHPStan
10
11
runs-on : ubuntu-latest
11
12
steps :
12
13
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 22
22
- run : composer install --no-progress --prefer-dist
23
23
- run : vendor/bin/tester tests -s -C
24
24
- if : failure()
25
- run : for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
26
- shell : bash
25
+ uses : actions/upload-artifact@v1
26
+ with :
27
+ name : output
28
+ path : tests/PhpGenerator/output
27
29
28
30
29
31
lowest_dependencies :
51
53
coverage : none
52
54
53
55
- run : composer install --no-progress --prefer-dist
54
- - run : vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
55
56
- run : wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
57
+ - run : vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
56
58
- run : php coveralls.phar --verbose --config tests/.coveralls.yml
You can’t perform that action at this time.
0 commit comments