File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 5959 mysql -uroot -h127.0.0.1 -proot < tests/schema.sql
6060
6161 - run : composer phpunit
62-
63- replay :
64- name : PHPUnit (reflection replay)
65- runs-on : ubuntu-latest
66-
67- strategy :
68- fail-fast : false
69- matrix :
70- include :
71- - php-version : " 8.1"
72- reflector : " pdo"
73- mode : " replay"
74- - php-version : " 8.1"
75- reflector : " mysqli"
76- mode : " replay"
77-
78- env :
79- DBA_REFLECTOR : ${{ matrix.reflector }}
80- DBA_MODE : ${{ matrix.mode }}
81-
82- steps :
83- - uses : actions/checkout@v2
84- with :
85- repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
86- ref : ${{ github.event.client_payload.pull_request.head.ref }}
87-
88- - name : Setup PHP
89- uses : shivammathur/setup-php@v2
90- with :
91- php-version : " ${{ matrix.php-version }}"
92- coverage : none
93-
94- - uses : " ramsey/composer-install@v2"
95- with :
96- composer-options : " --prefer-dist --no-progress"
97-
98- - name : Setup Problem Matchers for PHPUnit
99- run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
100-
101- - run : composer phpunit
You can’t perform that action at this time.
0 commit comments