Skip to content

Commit 656fcf2

Browse files
workflow: Disable installing gotify plugin in test workflow (#527)
1 parent 2511340 commit 656fcf2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
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
@@ -72,7 +72,8 @@ jobs:
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

0 commit comments

Comments
 (0)