Skip to content

Commit 0a357d0

Browse files
committed
Testing github build
1 parent 91e37a1 commit 0a357d0

3 files changed

Lines changed: 7 additions & 7 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)

tests/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<phpunit colors="true">
2+
<phpunit colors="true" bootstrap="vendor/autoload.php">
33
<testsuites>
44
<testsuite name="main">
55
<directory suffix="Test.php">.</directory>

0 commit comments

Comments
 (0)