Skip to content

Commit 239cc45

Browse files
author
Inbal Tako
committed
Fix github actions
1 parent ec3c657 commit 239cc45

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- uses: php-actions/composer@v1
3131
- uses: nanasess/setup-php@master
3232
- uses: php-actions/phpunit@v9
33+
with:
34+
configuration: tests/phpunit.xml
35+
args: --coverage-text
3336

3437
- name: Publish to codecov
3538
run: bash <(curl -s https://codecov.io/bash)

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- uses: php-actions/composer@v1
2727
- uses: nanasess/setup-php@master
2828
- uses: php-actions/phpunit@v9
29+
with:
30+
configuration: tests/phpunit.xml
31+
args: --coverage-text
2932

3033
- name: Publish to codecov
3134
run: bash <(curl -s https://codecov.io/bash)

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: php-actions/composer@v1
2424
- uses: nanasess/setup-php@master
25-
- uses: php-actions/phpunit@v9
26-
27-
- name: Publish to codecov
28-
run: bash <(curl -s https://codecov.io/bash)
2925

3026
- name: Publish
3127
uses: musps/action-deployer-php@master

0 commit comments

Comments
 (0)