File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 - name : Install dependencies with composer
6363 run : composer install --prefer-dist
6464
65- - name : Fetch & setup gotify plugin
66- run : bash .ci/scripts/setup-plugin.sh
65+ # - name: Fetch & setup gotify plugin
66+ # run: bash .ci/scripts/setup-plugin.sh
6767
6868 - name : Start gotify & httpbin docker containers
6969 run : docker compose up -d
7272 run : bash .ci/scripts/connections.sh
7373
7474 - name : Run phpunit
75- run : ./vendor/bin/phpunit --coverage-clover=coverage.xml --testsuite=default,plugin-endpoint
75+ # run: ./vendor/bin/phpunit --coverage-clover=coverage.xml --testsuite=default,plugin-endpoint
76+ run : ./vendor/bin/phpunit --coverage-clover=coverage.xml --testsuite=default
7677
7778 - name : Stop gotify & httpbin docker docker containers
7879 run : docker compose down
You can’t perform that action at this time.
0 commit comments