Skip to content

Commit 91e37a1

Browse files
committed
Testing github build
1 parent 8ab1b0e commit 91e37a1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +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: ./phpunit.xml
35-
args: --coverage-text
33+
# with:
34+
# configuration: ./phpunit.xml
35+
# args: --coverage-text
3636

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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +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: ./phpunit.xml
31-
args: --coverage-text
29+
# with:
30+
# configuration: ./phpunit.xml
31+
# args: --coverage-text
3232

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

0 commit comments

Comments
 (0)