Skip to content

Commit 8ab1b0e

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: nanasess/setup-php@master
3232
- uses: php-actions/phpunit@v9
3333
with:
34-
configuration: tests/phpunit.xml
34+
configuration: ./phpunit.xml
3535
args: --coverage-text
3636

3737
- name: Publish to codecov

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: nanasess/setup-php@master
2828
- uses: php-actions/phpunit@v9
2929
with:
30-
configuration: tests/phpunit.xml
30+
configuration: ./phpunit.xml
3131
args: --coverage-text
3232

3333
- name: Publish to codecov

0 commit comments

Comments
 (0)