File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - uses : actions/checkout@v2
2929 - uses : php-actions/composer@v1
30- - uses : php-actions/phpunit@v9
31- with :
32- configuration : test/phpunit.xml
30+ - uses : nanasess/setup-php@master
31+ run : php test/AgentTest.php && php test/SecureNativeTest.php
3332
3433 - name : Publish to codecov
3534 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2424
2525 - uses : actions/checkout@v2
2626 - uses : php-actions/composer@v1
27- - uses : php-actions/phpunit@v9
28- with :
29- configuration : test/phpunit.xml
27+ - uses : nanasess/setup-php@master
28+ run : php test/AgentTest.php && php test/SecureNativeTest.php
3029
3130 - name : Publish to codecov
3231 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2121
2222 - uses : actions/checkout@v2
2323 - uses : php-actions/composer@v1
24- - uses : php-actions/phpunit@v9
25- with :
26- configuration : test/phpunit.xml
24+ - uses : nanasess/setup-php@master
25+ run : php test/AgentTest.php && php test/SecureNativeTest.php
2726
2827 - name : Publish to codecov
2928 run : bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments